@sentry/react 9.1.0 → 9.2.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,7 +9,6 @@
9
9
  ## Links
10
10
 
11
11
  - [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/react/)
12
- - [TypeDoc](http://getsentry.github.io/sentry-javascript/)
13
12
 
14
13
  ## General
15
14
 
@@ -1 +1 @@
1
- {"type":"module","version":"9.1.0","sideEffects":false}
1
+ {"type":"module","version":"9.2.0-beta.0","sideEffects":false}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/react",
3
- "version": "9.1.0",
3
+ "version": "9.2.0-beta.0",
4
4
  "description": "Official Sentry SDK for React.js",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react",
@@ -39,8 +39,8 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@sentry/browser": "9.1.0",
43
- "@sentry/core": "9.1.0",
42
+ "@sentry/browser": "9.2.0-beta.0",
43
+ "@sentry/core": "9.2.0-beta.0",
44
44
  "hoist-non-react-statics": "^3.3.2"
45
45
  },
46
46
  "peerDependencies": {