Options for creating a {@link TelemetryLogger}
Fields
optionalread onlyignoreUnhandledErrors:Null<Bool>
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.
optionalread onlyignoreBuiltInCommonProperties:Null<Bool>
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.
optionalread onlyadditionalCommonProperties:Null<Record<String, Any>>
Any additional common properties which should be injected into the data object.