diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86370af132..59c865e689 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
-## Unreleased
+## 6.2.0
### Features
diff --git a/dev-packages/e2e-tests/package.json b/dev-packages/e2e-tests/package.json
index de3a1d940e..7a84b140fe 100644
--- a/dev-packages/e2e-tests/package.json
+++ b/dev-packages/e2e-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-e2e-tests",
- "version": "6.1.0",
+ "version": "6.2.0",
"private": true,
"description": "Sentry React Native End to End Tests Library",
"main": "dist/index.js",
@@ -13,7 +13,7 @@
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
- "@sentry/react-native": "6.1.0",
+ "@sentry/react-native": "6.2.0",
"@sentry/utils": "8.37.1",
"@types/node": "^20.9.3",
"@types/react": "^18.2.64",
diff --git a/dev-packages/type-check/package.json b/dev-packages/type-check/package.json
index 07aacd5fde..158e9bfb55 100644
--- a/dev-packages/type-check/package.json
+++ b/dev-packages/type-check/package.json
@@ -1,7 +1,7 @@
{
"name": "sentry-react-native-type-check",
"private": true,
- "version": "6.1.0",
+ "version": "6.2.0",
"scripts": {
"type-check": "./run-type-check.sh"
}
diff --git a/lerna.json b/lerna.json
index b868bf759a..a2aa496792 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
- "version": "6.1.0",
+ "version": "6.2.0",
"packages": [
"packages/*",
"dev-packages/*",
diff --git a/packages/core/package.json b/packages/core/package.json
index 24188accce..9a6127c61f 100644
--- a/packages/core/package.json
+++ b/packages/core/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": "6.1.0",
+ "version": "6.2.0",
"description": "Official Sentry SDK for react-native",
"typings": "dist/js/index.d.ts",
"types": "dist/js/index.d.ts",
diff --git a/packages/core/src/js/version.ts b/packages/core/src/js/version.ts
index 8ceb2fa149..7fc357c37e 100644
--- a/packages/core/src/js/version.ts
+++ b/packages/core/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 = '6.1.0';
+export const SDK_VERSION = '6.2.0';
diff --git a/performance-tests/TestAppPlain/package.json b/performance-tests/TestAppPlain/package.json
index 6ff019d5f0..b310179e5c 100644
--- a/performance-tests/TestAppPlain/package.json
+++ b/performance-tests/TestAppPlain/package.json
@@ -1,6 +1,6 @@
{
"name": "TestAppPlain",
- "version": "6.1.0",
+ "version": "6.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
diff --git a/performance-tests/TestAppSentry/package.json b/performance-tests/TestAppSentry/package.json
index f9f75bd9eb..586428a633 100644
--- a/performance-tests/TestAppSentry/package.json
+++ b/performance-tests/TestAppSentry/package.json
@@ -1,6 +1,6 @@
{
"name": "TestAppSentry",
- "version": "6.1.0",
+ "version": "6.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
@@ -8,7 +8,7 @@
"start": "react-native start"
},
"dependencies": {
- "@sentry/react-native": "6.1.0",
+ "@sentry/react-native": "6.2.0",
"react": "18.1.0",
"react-native": "0.70.6"
},
diff --git a/samples/expo/app.json b/samples/expo/app.json
index 4d0b31e472..15b377d2f2 100644
--- a/samples/expo/app.json
+++ b/samples/expo/app.json
@@ -4,7 +4,7 @@
"slug": "sentry-react-native-expo-sample",
"jsEngine": "hermes",
"scheme": "sentry-expo-sample",
- "version": "6.1.0",
+ "version": "6.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
@@ -19,7 +19,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "io.sentry.expo.sample",
- "buildNumber": "28"
+ "buildNumber": "29"
},
"android": {
"adaptiveIcon": {
@@ -27,7 +27,7 @@
"backgroundColor": "#ffffff"
},
"package": "io.sentry.expo.sample",
- "versionCode": 28
+ "versionCode": 29
},
"web": {
"bundler": "metro",
diff --git a/samples/expo/package.json b/samples/expo/package.json
index a28845b22a..c64f1ca434 100644
--- a/samples/expo/package.json
+++ b/samples/expo/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-expo-sample",
- "version": "6.1.0",
+ "version": "6.2.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
@@ -12,7 +12,7 @@
"set-version": "npx react-native-version --skip-tag --never-amend"
},
"dependencies": {
- "@sentry/react-native": "6.1.0",
+ "@sentry/react-native": "6.2.0",
"@types/react": "18.2.45",
"expo": "^50.0.8",
"expo-constants": "~15.4.5",
diff --git a/samples/react-native-macos/package.json b/samples/react-native-macos/package.json
index e309edc6ed..b736d82993 100644
--- a/samples/react-native-macos/package.json
+++ b/samples/react-native-macos/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-macos-sample",
- "version": "6.1.0",
+ "version": "6.2.0",
"private": true,
"scripts": {
"start": "react-native start --experimental-debugger",
@@ -17,7 +17,7 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@sentry/react": "8.37.1",
- "@sentry/react-native": "6.1.0",
+ "@sentry/react-native": "6.2.0",
"@sentry/types": "8.37.1",
"@sentry/utils": "8.37.1",
"delay": "^6.0.0",
diff --git a/samples/react-native/android/app/build.gradle b/samples/react-native/android/app/build.gradle
index a08c4dd481..d2dd8fef25 100644
--- a/samples/react-native/android/app/build.gradle
+++ b/samples/react-native/android/app/build.gradle
@@ -136,8 +136,8 @@ android {
applicationId "io.sentry.reactnative.sample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 30
- versionName "6.1.0"
+ versionCode 31
+ versionName "6.2.0"
}
signingConfigs {
diff --git a/samples/react-native/ios/sentryreactnativesample/Info.plist b/samples/react-native/ios/sentryreactnativesample/Info.plist
index 2e12a993d1..2cd199e50d 100644
--- a/samples/react-native/ios/sentryreactnativesample/Info.plist
+++ b/samples/react-native/ios/sentryreactnativesample/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleSignature
????
CFBundleVersion
- 35
+ 36
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
index 6c4421a4f0..827301887f 100644
--- a/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
+++ b/samples/react-native/ios/sentryreactnativesampleTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 6.1.0
+ 6.2.0
CFBundleSignature
????
CFBundleVersion
- 35
+ 36
diff --git a/samples/react-native/package.json b/samples/react-native/package.json
index 1ee6c908d7..a2002297e9 100644
--- a/samples/react-native/package.json
+++ b/samples/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "sentry-react-native-sample",
- "version": "6.1.0",
+ "version": "6.2.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
@@ -25,7 +25,7 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
- "@sentry/react-native": "6.1.0",
+ "@sentry/react-native": "6.2.0",
"delay": "^6.0.0",
"react": "18.3.1",
"react-native": "0.75.4",
diff --git a/yarn.lock b/yarn.lock
index 42ee56f6ca..3b6d94dbf4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6524,7 +6524,7 @@ __metadata:
languageName: node
linkType: hard
-"@sentry/react-native@6.1.0, @sentry/react-native@workspace:packages/core":
+"@sentry/react-native@6.2.0, @sentry/react-native@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@sentry/react-native@workspace:packages/core"
dependencies:
@@ -8219,7 +8219,7 @@ __metadata:
dependencies:
"@babel/core": ^7.12.9
"@babel/runtime": ^7.12.5
- "@sentry/react-native": 6.1.0
+ "@sentry/react-native": 6.2.0
metro-react-native-babel-preset: ^0.72.3
react: 18.1.0
react-native: 0.70.6
@@ -22752,7 +22752,7 @@ __metadata:
dependencies:
"@babel/preset-env": ^7.20.2
"@babel/preset-typescript": ^7.18.6
- "@sentry/react-native": 6.1.0
+ "@sentry/react-native": 6.2.0
"@sentry/utils": 8.37.1
"@types/node": ^20.9.3
"@types/react": ^18.2.64
@@ -22782,7 +22782,7 @@ __metadata:
"@babel/core": ^7.20.0
"@babel/preset-env": 7.1.6
"@sentry/babel-plugin-component-annotate": ^2.18.0
- "@sentry/react-native": 6.1.0
+ "@sentry/react-native": 6.2.0
"@types/node": 20.10.4
"@types/react": 18.2.45
expo: ^50.0.8
@@ -22817,7 +22817,7 @@ __metadata:
"@react-navigation/native": ^6.1.9
"@react-navigation/stack": ^6.3.20
"@sentry/react": 8.37.1
- "@sentry/react-native": 6.1.0
+ "@sentry/react-native": 6.2.0
"@sentry/types": 8.37.1
"@sentry/utils": 8.37.1
"@types/react": ^18.2.65
@@ -22861,7 +22861,7 @@ __metadata:
"@react-navigation/native-stack": ^6.9.17
"@react-navigation/stack": ^6.3.20
"@sentry/babel-plugin-component-annotate": ^2.18.0
- "@sentry/react-native": 6.1.0
+ "@sentry/react-native": 6.2.0
"@types/react": ^18.2.65
"@types/react-native-vector-icons": ^6.4.18
"@types/react-test-renderer": ^18.0.0