@sentry/browser
Version:
Official Sentry SDK for browsers
6 lines • 313 B
TypeScript
/**
* Returns true if the SDK is running in an embedded browser extension.
* Stand-alone browser extensions (which do not share the same data as the main browser page) are fine.
*/
export declare function checkAndWarnIfIsEmbeddedBrowserExtension(): boolean;
//# sourceMappingURL=detectBrowserExtension.d.ts.map