Interface: TelemetryLoggerOptions
Defined in: packages/extension-api/src/extension-api.d.ts:4742
Options for creating a TelemetryLogger
Properties
additionalCommonProperties?
readonlyoptionaladditionalCommonProperties?:Record<string,any>
Defined in: packages/extension-api/src/extension-api.d.ts:4759
Any additional common properties which should be injected into the data object.
ignoreBuiltInCommonProperties?
readonlyoptionalignoreBuiltInCommonProperties?:boolean
Defined in: packages/extension-api/src/extension-api.d.ts:4747
Whether or not you want to avoid having the built-in common properties such as os, extension name, etc injected into the data object.
Defaults to false if not defined.
ignoreUnhandledErrors?
readonlyoptionalignoreUnhandledErrors?:boolean
Defined in: packages/extension-api/src/extension-api.d.ts:4753
Whether or not unhandled errors on the extension host caused by your extension should be logged to your sender.
Defaults to false if not defined.