Skip to content

Commit 1b94c36

Browse files
authored
Merge branch 'main' into deps/scripts/update-android-stubs.sh
2 parents 820bdec + e9e0e2f commit 1b94c36

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
### Dependencies
1212

13+
- Bump Android SDK from v8.32.0 to v8.33.0 ([#5684](https://github.com/getsentry/sentry-react-native/pull/5684))
14+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330)
15+
- [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0)
1316
- Bump Android SDK Stubs from v8.32.0 to v8.33.0 ([#5697](https://github.com/getsentry/sentry-react-native/pull/5697))
1417
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8330)
1518
- [diff](https://github.com/getsentry/sentry-java/compare/8.32.0...8.33.0)

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.32.0'
59-
debugImplementation 'io.sentry:sentry-spotlight:8.32.0'
58+
api 'io.sentry:sentry-android:8.33.0'
59+
debugImplementation 'io.sentry:sentry-spotlight:8.33.0'
6060
}
0 Bytes
Binary file not shown.

packages/core/android/src/main/java/io/sentry/react/RNSentryModuleImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ private void initializeAndroidProfiler() {
667667
tracesFilesDirPath,
668668
(int) SECONDS.toMicros(1) / profilingTracesHz,
669669
new SentryFrameMetricsCollector(reactApplicationContext, logger, buildInfo),
670-
executorService,
670+
() -> executorService,
671671
logger);
672672
}
673673

0 commit comments

Comments
 (0)