UNPKG

@sentry/browser

Version:
16 lines 375 B
/** * Captures culture context from the browser. * * Enabled by default. * * @example * ```js * import * as Sentry from '@sentry/browser'; * * Sentry.init({ * integrations: [Sentry.cultureContextIntegration()], * }); * ``` */ export declare const cultureContextIntegration: () => import("@sentry/core").Integration; //# sourceMappingURL=culturecontext.d.ts.map