Skip to content

Commit

Permalink
NO-JIRA updated javadoc of addTelemetryProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-jarocki-sonarsource committed Oct 15, 2024
1 parent 557446e commit dac9201
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,11 @@ public interface SensorContext {
* Sensors can attach additional properties to the telemetry to provide more context to the stats.
* For performance reason, the telemetry properties should be limited to a small set of key-value pairs.
* For GDPR compliance, the telemetry properties should not contain any personal or identifying data.
* <br/>
* This method can not be used by plugins not developed by SonarSource SA.
*
* @throws IllegalArgumentException if key or value parameter is null
* @throws IllegalStateException if the method is called by a plugin not developed by SonarSource SA
* @since 10.9
*/
void addTelemetryProperty(String key, String value);
Expand Down

0 comments on commit dac9201

Please sign in to comment.