@sentry/browser
Version:
Official Sentry SDK for browsers
8 lines • 470 B
TypeScript
/**
* When added, automatically creates sessions which allow you to track adoption and crashes (crash free rate) in your Releases in Sentry.
* More information: https://docs.sentry.io/product/releases/health/
*
* Note: In order for session tracking to work, you need to set up Releases: https://docs.sentry.io/product/releases/
*/
export declare const browserSessionIntegration: () => import("@sentry/core").Integration;
//# sourceMappingURL=browsersession.d.ts.map