TelemetryConfig
Defined in: packages/synapse-sdk/src/telemetry/service.ts:40
Properties
Section titled “Properties”sentryInitOptions?
Section titled “sentryInitOptions?”optional sentryInitOptions: SentryInitOptions;Defined in: packages/synapse-sdk/src/telemetry/service.ts:45
Additional options to pass to the Sentry SDK’s init method. See https://docs.sentry.io/platforms/javascript/configuration/options/
sentrySetTags?
Section titled “sentrySetTags?”optional sentrySetTags: object;Defined in: packages/synapse-sdk/src/telemetry/service.ts:50
Additional tags to set on the Sentry SDK. See https://docs.sentry.io/platforms/javascript/apis/#setTags
Index Signature
Section titled “Index Signature”[key: string]: Primitive