Liking cljdoc? Tell your friends :D

dots.vscode.telemetry-logger-options

Options for creating a {@link TelemetryLogger }

Options for creating a {@link TelemetryLogger }
raw docstring

additional-common-propertiescljs

(additional-common-properties telemetry-logger-options)

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

Returns: Record<string, any> | undefined

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

**Returns:** `Record<string, any> | undefined`
sourceraw docstring

ignore-built-in-common-properties?cljs

(ignore-built-in-common-properties? telemetry-logger-options)

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.

Returns: boolean | undefined

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.

**Returns:** `boolean | undefined`
sourceraw docstring

ignore-unhandled-errors?cljs

(ignore-unhandled-errors? telemetry-logger-options)

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.

Returns: boolean | undefined

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.

**Returns:** `boolean | undefined`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close