@sentry/browser
Version:
Official Sentry SDK for browsers
19 lines (18 loc) • 428 B
TypeScript
/**
* 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