We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f4d63 commit 96d989fCopy full SHA for 96d989f
package.json
@@ -2,7 +2,7 @@
2
"name": "@sentry/react-native",
3
"homepage": "https://github.com/getsentry/sentry-react-native",
4
"repository": "https://github.com/getsentry/sentry-react-native",
5
- "version": "1.0.0-beta.6",
+ "version": "1.0.0-beta.7",
6
"description": "Official Sentry SDK for react-native",
7
"typings": "dist/js/index.d.ts",
8
"types": "dist/js/index.d.ts",
src/js/version.ts
@@ -1,2 +1,2 @@
1
export const SDK_NAME = "sentry.javascript.react-native";
-export const SDK_VERSION = "1.0.0-beta.6";
+export const SDK_VERSION = "1.0.0-beta.7";
0 commit comments