sendEventData
abstract fun sendEventData(eventName: String, data: Record<JsString, *> = definedExternally)(source)
Function to send event data without a stacktrace. Used within a TelemetryLogger
Parameters
eventName
The name of the event which you are logging
data
A serializable key value pair that is being logged