UNPKG

@sentry/browser

Version:
7 lines (6 loc) 320 B
/** * 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