Skip to main content

Interface: TelemetryLoggerOptions

Options for creating a TelemetryLogger

Properties

additionalCommonProperties?

readonly optional additionalCommonProperties: Record<string, any>

Any additional common properties which should be injected into the data object.

Defined in

packages/extension-api/src/extension-api.d.ts:4265


ignoreBuiltInCommonProperties?

readonly optional ignoreBuiltInCommonProperties: boolean

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.

Defined in

packages/extension-api/src/extension-api.d.ts:4253


ignoreUnhandledErrors?

readonly optional ignoreUnhandledErrors: boolean

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.

Defined in

packages/extension-api/src/extension-api.d.ts:4259