We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e64cdd commit 1423f05Copy full SHA for 1423f05
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 5.16.0-alpha.4
4
5
### Fixes
6
package.json
@@ -2,7 +2,7 @@
"name": "@sentry/react-native",
"homepage": "https://github.com/getsentry/sentry-react-native",
"repository": "https://github.com/getsentry/sentry-react-native",
- "version": "5.16.0-alpha.3",
+ "version": "5.16.0-alpha.4",
"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,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/react-native';
export const SDK_NAME = 'sentry.javascript.react-native';
-export const SDK_VERSION = '5.16.0-alpha.3';
+export const SDK_VERSION = '5.16.0-alpha.4';
0 commit comments