@sentry/browser
Advanced tools
Comparing version 8.16.0 to 8.17.0
@@ -66,3 +66,7 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
return !!runtimeId && !isDedicatedExtensionPage; | ||
// Running the SDK in NW.js, which appears like a browser extension but isn't, is also fine | ||
// see: https://github.com/getsentry/sentry-javascript/issues/12668 | ||
const isNWjs = typeof windowWithMaybeExtension.nw !== 'undefined'; | ||
return !!runtimeId && !isDedicatedExtensionPage && !isNWjs; | ||
} | ||
@@ -69,0 +73,0 @@ |
@@ -64,3 +64,7 @@ import { inboundFiltersIntegration, functionToStringIntegration, dedupeIntegration, getIntegrationsToSetup, initAndBind, getCurrentScope, lastEventId, getReportDialogEndpoint, startSession, captureSession, getClient } from '@sentry/core'; | ||
return !!runtimeId && !isDedicatedExtensionPage; | ||
// Running the SDK in NW.js, which appears like a browser extension but isn't, is also fine | ||
// see: https://github.com/getsentry/sentry-javascript/issues/12668 | ||
const isNWjs = typeof windowWithMaybeExtension.nw !== 'undefined'; | ||
return !!runtimeId && !isDedicatedExtensionPage && !isNWjs; | ||
} | ||
@@ -67,0 +71,0 @@ |
{ | ||
"name": "@sentry/browser", | ||
"version": "8.16.0", | ||
"version": "8.17.0", | ||
"description": "Official Sentry SDK for browsers", | ||
@@ -42,12 +42,12 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry-internal/browser-utils": "8.16.0", | ||
"@sentry-internal/feedback": "8.16.0", | ||
"@sentry-internal/replay": "8.16.0", | ||
"@sentry-internal/replay-canvas": "8.16.0", | ||
"@sentry/core": "8.16.0", | ||
"@sentry/types": "8.16.0", | ||
"@sentry/utils": "8.16.0" | ||
"@sentry-internal/browser-utils": "8.17.0", | ||
"@sentry-internal/feedback": "8.17.0", | ||
"@sentry-internal/replay": "8.17.0", | ||
"@sentry-internal/replay-canvas": "8.17.0", | ||
"@sentry/core": "8.17.0", | ||
"@sentry/types": "8.17.0", | ||
"@sentry/utils": "8.17.0" | ||
}, | ||
"devDependencies": { | ||
"@sentry-internal/integration-shims": "8.16.0", | ||
"@sentry-internal/integration-shims": "8.17.0", | ||
"fake-indexeddb": "^4.0.1", | ||
@@ -54,0 +54,0 @@ "webpack": "^4.47.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
953628
9663
13
19
1
122
+ Added@sentry-internal/browser-utils@8.17.0(transitive)
+ Added@sentry-internal/feedback@8.17.0(transitive)
+ Added@sentry-internal/replay@8.17.0(transitive)
+ Added@sentry-internal/replay-canvas@8.17.0(transitive)
+ Added@sentry/core@8.17.0(transitive)
+ Added@sentry/types@8.17.0(transitive)
+ Added@sentry/utils@8.17.0(transitive)
- Removed@sentry-internal/browser-utils@8.16.0(transitive)
- Removed@sentry-internal/feedback@8.16.0(transitive)
- Removed@sentry-internal/replay@8.16.0(transitive)
- Removed@sentry-internal/replay-canvas@8.16.0(transitive)
- Removed@sentry/core@8.16.0(transitive)
- Removed@sentry/types@8.16.0(transitive)
- Removed@sentry/utils@8.16.0(transitive)
Updated@sentry/core@8.17.0
Updated@sentry/types@8.17.0
Updated@sentry/utils@8.17.0