UNPKG

@sentry/browser

Version:
19 lines (18 loc) 428 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 & { name: "CultureContext"; }; //# sourceMappingURL=culturecontext.d.ts.map