@sentry/react
Advanced tools
Comparing version 7.94.1 to 7.95.0
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const browser = require('@sentry/browser'); | ||
const core = require('@sentry/core'); | ||
@@ -10,16 +11,7 @@ /** | ||
const opts = { | ||
_metadata: {} , | ||
...options, | ||
}; | ||
opts._metadata.sdk = opts._metadata.sdk || { | ||
name: 'sentry.javascript.react', | ||
packages: [ | ||
{ | ||
name: 'npm:@sentry/react', | ||
version: browser.SDK_VERSION, | ||
}, | ||
], | ||
version: browser.SDK_VERSION, | ||
}; | ||
core.applySdkMetadata(opts, 'react'); | ||
browser.init(opts); | ||
@@ -26,0 +18,0 @@ } |
@@ -1,2 +0,3 @@ | ||
import { SDK_VERSION, init as init$1 } from '@sentry/browser'; | ||
import { init as init$1 } from '@sentry/browser'; | ||
import { applySdkMetadata } from '@sentry/core'; | ||
@@ -8,16 +9,7 @@ /** | ||
const opts = { | ||
_metadata: {} , | ||
...options, | ||
}; | ||
opts._metadata.sdk = opts._metadata.sdk || { | ||
name: 'sentry.javascript.react', | ||
packages: [ | ||
{ | ||
name: 'npm:@sentry/react', | ||
version: SDK_VERSION, | ||
}, | ||
], | ||
version: SDK_VERSION, | ||
}; | ||
applySdkMetadata(opts, 'react'); | ||
init$1(opts); | ||
@@ -24,0 +16,0 @@ } |
{ | ||
"name": "@sentry/react", | ||
"version": "7.94.1", | ||
"version": "7.95.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -32,6 +32,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "7.94.1", | ||
"@sentry/core": "7.94.1", | ||
"@sentry/types": "7.94.1", | ||
"@sentry/utils": "7.94.1", | ||
"@sentry/browser": "7.95.0", | ||
"@sentry/core": "7.95.0", | ||
"@sentry/types": "7.95.0", | ||
"@sentry/utils": "7.95.0", | ||
"hoist-non-react-statics": "^3.3.2" | ||
@@ -38,0 +38,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
279812
2882
+ Added@sentry-internal/feedback@7.95.0(transitive)
+ Added@sentry-internal/replay-canvas@7.95.0(transitive)
+ Added@sentry-internal/tracing@7.95.0(transitive)
+ Added@sentry/browser@7.95.0(transitive)
+ Added@sentry/core@7.95.0(transitive)
+ Added@sentry/replay@7.95.0(transitive)
+ Added@sentry/types@7.95.0(transitive)
+ Added@sentry/utils@7.95.0(transitive)
- Removed@sentry-internal/feedback@7.94.1(transitive)
- Removed@sentry-internal/replay-canvas@7.94.1(transitive)
- Removed@sentry-internal/tracing@7.94.1(transitive)
- Removed@sentry/browser@7.94.1(transitive)
- Removed@sentry/core@7.94.1(transitive)
- Removed@sentry/replay@7.94.1(transitive)
- Removed@sentry/types@7.94.1(transitive)
- Removed@sentry/utils@7.94.1(transitive)
Updated@sentry/browser@7.95.0
Updated@sentry/core@7.95.0
Updated@sentry/types@7.95.0
Updated@sentry/utils@7.95.0