UNPKG

@sentry/browser

Version:
17 lines (16 loc) 392 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