@sentry/react
Advanced tools
Comparing version 8.11.0 to 8.12.0-beta.0
@@ -17,3 +17,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
browser.setContext('react', { version: React.version }); | ||
browser.init(opts); | ||
return browser.init(opts); | ||
} | ||
@@ -20,0 +20,0 @@ |
@@ -15,3 +15,3 @@ import { setContext, init as init$1 } from '@sentry/browser'; | ||
setContext('react', { version }); | ||
init$1(opts); | ||
return init$1(opts); | ||
} | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "@sentry/react", | ||
"version": "8.11.0", | ||
"version": "8.12.0-beta.0", | ||
"description": "Official Sentry SDK for React.js", | ||
@@ -45,6 +45,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "8.11.0", | ||
"@sentry/core": "8.11.0", | ||
"@sentry/types": "8.11.0", | ||
"@sentry/utils": "8.11.0", | ||
"@sentry/browser": "8.12.0-beta.0", | ||
"@sentry/core": "8.12.0-beta.0", | ||
"@sentry/types": "8.12.0-beta.0", | ||
"@sentry/utils": "8.12.0-beta.0", | ||
"hoist-non-react-statics": "^3.3.2" | ||
@@ -51,0 +51,0 @@ }, |
import { BrowserOptions } from '@sentry/browser'; | ||
import { Client } from '@sentry/types'; | ||
/** | ||
* Inits the React SDK | ||
*/ | ||
export declare function init(options: BrowserOptions): void; | ||
export declare function init(options: BrowserOptions): Client | undefined; | ||
//# sourceMappingURL=sdk.d.ts.map |
import type { BrowserOptions } from '@sentry/browser'; | ||
import type { Client } from '@sentry/types'; | ||
/** | ||
* Inits the React SDK | ||
*/ | ||
export declare function init(options: BrowserOptions): void; | ||
export declare function init(options: BrowserOptions): Client | undefined; | ||
//# sourceMappingURL=sdk.d.ts.map |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
354964
3627
1
+ Added@sentry-internal/browser-utils@8.12.0-beta.0(transitive)
+ Added@sentry-internal/feedback@8.12.0-beta.0(transitive)
+ Added@sentry-internal/replay@8.12.0-beta.0(transitive)
+ Added@sentry-internal/replay-canvas@8.12.0-beta.0(transitive)
+ Added@sentry/browser@8.12.0-beta.0(transitive)
+ Added@sentry/core@8.12.0-beta.0(transitive)
+ Added@sentry/types@8.12.0-beta.0(transitive)
+ Added@sentry/utils@8.12.0-beta.0(transitive)
- Removed@sentry-internal/browser-utils@8.11.0(transitive)
- Removed@sentry-internal/feedback@8.11.0(transitive)
- Removed@sentry-internal/replay@8.11.0(transitive)
- Removed@sentry-internal/replay-canvas@8.11.0(transitive)
- Removed@sentry/browser@8.11.0(transitive)
- Removed@sentry/core@8.11.0(transitive)
- Removed@sentry/types@8.11.0(transitive)
- Removed@sentry/utils@8.11.0(transitive)
Updated@sentry/core@8.12.0-beta.0
Updated@sentry/types@8.12.0-beta.0
Updated@sentry/utils@8.12.0-beta.0