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 ad18e9d commit b6aca81Copy full SHA for b6aca81
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.7.0",
+ "version": "1.7.1",
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.7.0";
+export const SDK_VERSION = "1.7.1";
0 commit comments