UNPKG

@sentry/core

Version:
11 lines (9 loc) 271 B
function isBrowserBundle() { return typeof __SENTRY_BROWSER_BUNDLE__ !== "undefined" && !!__SENTRY_BROWSER_BUNDLE__; } function getSDKSource() { /*! __SENTRY_SDK_SOURCE__ */ return "npm"; } export { getSDKSource, isBrowserBundle }; //# sourceMappingURL=env.js.map