Skip to content

Commit e161319

Browse files
Merge branch 'main' into chore/add-validate-pr-workflow
2 parents b9b72da + 6fd2058 commit e161319

7 files changed

Lines changed: 27 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212

1313
- Fix iOS crash (EXC_BAD_ACCESS) in time-to-initial-display when navigating between screens ([#5887](https://github.com/getsentry/sentry-react-native/pull/5887))
1414

15+
### Dependencies
16+
17+
- Bump Android SDK from v8.36.0 to v8.37.1 ([#5884](https://github.com/getsentry/sentry-react-native/pull/5884))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8371)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/8.36.0...8.37.1)
20+
1521
## 8.6.0
1622

1723
### Fixes

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,12 @@
122122
"on-headers": "^1.1.0",
123123
"diff": "^5.2.2",
124124
"tar": "^7.5.11",
125-
"tmp": "^0.2.4"
125+
"tmp": "^0.2.4",
126+
"@expo/cli@npm:0.24.11/picomatch": "^3.0.2",
127+
"@expo/cli@npm:55.0.15/picomatch": "^4.0.4",
128+
"@expo/metro-config@npm:55.0.9/picomatch": "^4.0.4",
129+
"npm-run-all2@npm:8.0.4/picomatch": "^4.0.4",
130+
"tinyglobby@npm:0.2.15/picomatch": "^4.0.4"
126131
},
127132
"version": "0.0.0",
128133
"name": "sentry-react-native",

packages/core/android/build.gradle

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

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

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

1717
dependencies {
1818
compileOnly project(':expo-modules-core')
19-
compileOnly 'io.sentry:sentry-android:8.36.0'
19+
compileOnly 'io.sentry:sentry-android:8.37.1'
2020
}
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.36.0'
21+
compileOnly 'io.sentry:sentry:8.37.1'
2222
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14869,12 +14869,12 @@ __metadata:
1486914869
linkType: hard
1487014870

1487114871
"brace-expansion@npm:^1.1.7":
14872-
version: 1.1.12
14873-
resolution: "brace-expansion@npm:1.1.12"
14872+
version: 1.1.13
14873+
resolution: "brace-expansion@npm:1.1.13"
1487414874
dependencies:
1487514875
balanced-match: ^1.0.0
1487614876
concat-map: 0.0.1
14877-
checksum: 12cb6d6310629e3048cadb003e1aca4d8c9bb5c67c3c321bafdd7e7a50155de081f78ea3e0ed92ecc75a9015e784f301efc8132383132f4f7904ad1ac529c562
14877+
checksum: b5f4329fdbe9d2e25fa250c8f866ebd054ba946179426e99b86dcccddabdb1d481f0e40ee5430032e62a7d0a6c2837605ace6783d015aa1d65d85ca72154d936
1487814878
languageName: node
1487914879
linkType: hard
1488014880

@@ -28245,17 +28245,17 @@ __metadata:
2824528245
languageName: node
2824628246
linkType: hard
2824728247

28248-
"picomatch@npm:^3.0.1":
28249-
version: 3.0.1
28250-
resolution: "picomatch@npm:3.0.1"
28251-
checksum: b7fe18174bcc05bbf0ea09cc85623ae395676b3e6bc25636d4c20db79a948586237e429905453bf1ba385bc7a7aa5b56f1b351680e650d2b5c305ceb98dfc914
28248+
"picomatch@npm:^3.0.2":
28249+
version: 3.0.2
28250+
resolution: "picomatch@npm:3.0.2"
28251+
checksum: 6804ba293d0158709880ff3ffbf4504d8768cac4a2dfb070bbc81f9cfa4a866acc9eada8cb4e219d0121f45c3af6f9543c6f0fa770e8fc9523cea87f14b3d741
2825228252
languageName: node
2825328253
linkType: hard
2825428254

28255-
"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
28256-
version: 4.0.3
28257-
resolution: "picomatch@npm:4.0.3"
28258-
checksum: 6817fb74eb745a71445debe1029768de55fd59a42b75606f478ee1d0dc1aa6e78b711d041a7c9d5550e042642029b7f373dc1a43b224c4b7f12d23436735dba0
28255+
"picomatch@npm:^4.0.4":
28256+
version: 4.0.4
28257+
resolution: "picomatch@npm:4.0.4"
28258+
checksum: 76b387b5157951422fa6049a96bdd1695e39dd126cd99df34d343638dc5cdb8bcdc83fff288c23eddcf7c26657c35e3173d4d5f488c4f28b889b314472e0a662
2825928259
languageName: node
2826028260
linkType: hard
2826128261

0 commit comments

Comments
 (0)