Skip to content

Commit f7fe4ea

Browse files
committed
Added comment for error props
1 parent cdbf326 commit f7fe4ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/telemetryReporter.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ export default class TelemetryReporter {
7373
sendDangerousTelemetryEvent(eventName: string, properties?: TelemetryEventProperties, measurements?: TelemetryEventMeasurements, sanitize?: boolean): void;
7474

7575
/**
76-
* Sends a telemetry error event with the given properties, measurements
76+
* Sends a telemetry error event with the given properties, measurements.
77+
* **Note**: The errorProps parameter has been removed since v0.6, if you would like to remove a property please use the replacementOptions parameter in the constructor.
7778
* @param eventName The name of the event
7879
* @param properties The set of properties to add to the event in the form of a string key value pair
7980
* @param measurements The set of measurements to add to the event in the form of a string key number value pair

0 commit comments

Comments
 (0)