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.
2 parents db41e6e + ed574bd commit cbac3f6Copy full SHA for cbac3f6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 4.15.0
4
5
### Features
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": "4.14.0",
+ "version": "4.15.0",
"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 = '4.14.0';
+export const SDK_VERSION = '4.15.0';
0 commit comments