UNPKG

@sentry/browser

Version:
6 lines 313 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