You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sends a telemetry error event with the given properties, measurements, and errorProps
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.
77
78
* @param eventName The name of the event
78
79
* @param properties The set of properties to add to the event in the form of a string key value pair
79
80
* @param measurements The set of measurements to add to the event in the form of a string key number value pair
80
-
* @param errorProps A list of case sensitive properties to drop, if excluded we drop all properties but still send the event
0 commit comments