@sentry/utils
Version:
Utilities for all Sentry JavaScript SDKs
12 lines • 330 B
TypeScript
export type SdkSource = 'npm' | 'cdn' | 'loader';
/**
* Figures out if we're building a browser bundle.
*
* @returns true if this is a browser bundle build.
*/
export declare function isBrowserBundle(): boolean;
/**
* Get source of SDK.
*/
export declare function getSDKSource(): SdkSource;
//# sourceMappingURL=env.d.ts.map