Skip to content

Commit bf0fb10

Browse files
authored
Merge branch 'main' into antonis/expose-pause-resume-app-hang-tracking
2 parents 06a294f + a3265b6 commit bf0fb10

25 files changed

Lines changed: 43 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> make sure you follow our [migration guide](https://docs.sentry.io/platforms/react-native/migration/) first.
77
<!-- prettier-ignore-end -->
88
9-
## Unreleased
9+
## 8.12.0
1010

1111
### Features
1212

@@ -43,6 +43,9 @@
4343
- Bump Bundler Plugins from v5.2.1 to v5.3.0 ([#6138](https://github.com/getsentry/sentry-react-native/pull/6138))
4444
- [changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/CHANGELOG.md#530)
4545
- [diff](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/5.2.1...5.3.0)
46+
- Bump Android SDK from v8.41.0 to v8.42.0 ([#6193](https://github.com/getsentry/sentry-react-native/pull/6193))
47+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8420)
48+
- [diff](https://github.com/getsentry/sentry-java/compare/8.41.0...8.42.0)
4649

4750
## 8.11.1
4851

SDK-VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ To manually update the table with the current version, run `./scripts/update-sdk
1212

1313
| React Native SDK | Android SDK | Cocoa SDK | JavaScript SDK |
1414
| ---------------- | ----------- | --------- | -------------- |
15+
| [8.12.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.12.0) | [8.42.0](https://github.com/getsentry/sentry-java/releases/tag/8.42.0) | [9.13.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.13.0) | [10.53.1](https://github.com/getsentry/sentry-javascript/releases/tag/10.53.1) |
1516
| [8.11.1](https://github.com/getsentry/sentry-react-native/releases/tag/8.11.1) | [8.41.0](https://github.com/getsentry/sentry-java/releases/tag/8.41.0) | [9.13.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.13.0) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |
1617
| [8.11.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.11.0) | [8.41.0](https://github.com/getsentry/sentry-java/releases/tag/8.41.0) | [9.12.1](https://github.com/getsentry/sentry-cocoa/releases/tag/9.12.1) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |
1718
| [8.10.0](https://github.com/getsentry/sentry-react-native/releases/tag/8.10.0) | [8.40.0](https://github.com/getsentry/sentry-java/releases/tag/8.40.0) | [9.12.0](https://github.com/getsentry/sentry-cocoa/releases/tag/9.12.0) | [10.51.0](https://github.com/getsentry/sentry-javascript/releases/tag/10.51.0) |

dev-packages/e2e-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-e2e-tests",
3-
"version": "8.11.1",
3+
"version": "8.12.0",
44
"private": true,
55
"description": "Sentry React Native End to End Tests Library",
66
"main": "dist/index.js",
@@ -14,7 +14,7 @@
1414
"@babel/preset-env": "^7.25.3",
1515
"@babel/preset-typescript": "^7.18.6",
1616
"@sentry/core": "10.53.1",
17-
"@sentry/react-native": "8.11.1",
17+
"@sentry/react-native": "8.12.0",
1818
"@types/node": "^20.9.3",
1919
"@types/react": "^18.2.64",
2020
"appium": "3.2.2",

dev-packages/type-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sentry-react-native-type-check",
33
"private": true,
4-
"version": "8.11.1",
4+
"version": "8.12.0",
55
"scripts": {
66
"type-check": "./run-type-check.sh"
77
}

dev-packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sentry-react-native-samples-utils",
3-
"version": "8.11.1",
3+
"version": "8.12.0",
44
"description": "Internal Samples Utils",
55
"main": "index.js",
66
"license": "MIT",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "8.11.1",
3+
"version": "8.12.0",
44
"packages": [
55
"packages/*",
66
"dev-packages/*",

packages/core/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
dependencies {
5656
compileOnly files('libs/replay-stubs.jar')
5757
implementation 'com.facebook.react:react-native:+'
58-
api 'io.sentry:sentry-android:8.41.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.41.0'
58+
api 'io.sentry:sentry-android:8.42.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.42.0'
6060

6161
testImplementation 'junit:junit:4.13.2'
6262
testImplementation 'org.mockito:mockito-core:5.12.0'

packages/core/android/expo-handler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ android {
2020

2121
dependencies {
2222
compileOnly project(':expo-modules-core')
23-
compileOnly 'io.sentry:sentry-android:8.41.0'
23+
compileOnly 'io.sentry:sentry-android:8.42.0'
2424
}
0 Bytes
Binary file not shown.

packages/core/android/replay-stubs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ tasks.named('jar', Jar) {
1818
}
1919

2020
dependencies {
21-
compileOnly 'io.sentry:sentry:8.41.0'
21+
compileOnly 'io.sentry:sentry:8.42.0'
2222
}

0 commit comments

Comments
 (0)