Optional breadcrumbsProperties related to automatic breadcrumb collection, or false to disable automatic breadcrumbs.
Optional collectorsAdditional, or custom, collectors.
Optional errorCustom error data filters.
Can be used to redact or modify error data.
If any filter throws an exception, then the error data will be discarded.
For filtering breadcrumbs or URLs in error data, refer to the breadcrumbs.filters option in breadcrumbs and
breadcrumbs.http.customUrlFilter - HttpBreadcrumbOptions.customUrlFilter.
Optional loggerLogger to use for warnings.
This option is compatible with the LDLogger interface used by the LaunchDarkly SDK.
If this option is not provided, the logs will be written to console.log unless the LaunchDarkly SDK is registered, and the registered SDK instance exposes its logger. In which case, the logs will be written to the registered SDK's logger. The 3.x SDKs do not expose their logger.
Optional maxThe maximum number of pending events. Events may be captured before the LaunchDarkly SDK is initialized and these are stored until they can be sent. This only affects the events captured during initialization.
Optional stackConfiguration that controls the capture of the stack trace, or false to exclude stack frames from error events.
Generated using TypeDoc
Options for configuring browser telemetry.