Skip to content

chore(deps): update Android SDK to v8.37.1#1126

Merged
adinauer merged 1 commit intomainfrom
deps/scripts/update-android.sh
Mar 26, 2026
Merged

chore(deps): update Android SDK to v8.37.1#1126
adinauer merged 1 commit intomainfrom
deps/scripts/update-android.sh

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Bumps scripts/update-android.sh from 8.37.0 to 8.37.1.

Auto-generated by a dependency updater.

Changelog

8.37.1

Fixes

  • Fix deadlock in SentryContextStorage.root() with virtual threads and OpenTelemetry agent (#5234)

                // Only capture replay for crashes (excluding e.g. handled exceptions)
                event.isCrashed
  • Bump Native SDK from v0.13.2 to v0.13.3 (#5215)

Full CHANGELOG.md diff
 -1,5 +1,11 
 # Changelog
 
+## 8.37.1
+
+### Fixes
+
+- Fix deadlock in `SentryContextStorage.root()` with virtual threads and OpenTelemetry agent ([#5234](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5234))
+
 ## 8.37.0
 
 ### Fixes
 -19,19 +25,21 
   - Allows filtering which errors trigger replay capture before the `onErrorSampleRate` is checked
   - Returning `false` skips replay capture entirely for that error; returning `true` proceeds with the normal sample rate check
   - Example usage:
-    ```java
+    ```kotlin
     SentryAndroid.init(context) { options ->
         options.sessionReplay.beforeErrorSampling =
             SentryReplayOptions.BeforeErrorSamplingCallback { event, hint ->
-                // Skip replay for handled exceptions
-                val hasUnhandled = event.exceptions?.any { it.mechanism?.isHandled == false } == true
-                hasUnhandled
+                // Only capture replay for crashes (excluding e.g. handled exceptions)
+                event.isCrashed
             }
     }
     ```
 
 ### Dependencies
 
+- Bump Native SDK from v0.13.2 to v0.13.3 ([#5215](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5215))
+  - [changelog](https://github-redirect.dependabot.com/getsentry/sentry-native/blob/master/CHANGELOG.md[#0133](https://github-redirect.dependabot.com/getsentry/sentry-java/issues/0133))
+  - [diff](https://github-redirect.dependabot.com/getsentry/sentry-native/compare/0.13.2...0.13.3)
 - Bump OpenTelemetry ([#5225](https://github-redirect.dependabot.com/getsentry/sentry-java/pull/5225))
   - `opentelemetry` to `1.60.1` (was `1.57.0`)
   - `opentelemetry-instrumentation` to `2.26.0` (was `2.23.0`)

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-android.sh branch from 5d4177e to b840ba1 Compare March 26, 2026 13:12
@github-actions
Copy link
Copy Markdown
Contributor Author

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Internal Changes 🔧

Deps

  • Update Android SDK to v8.37.1 by github-actions[bot] in #1126
  • Update Android SDK to v8.37.0 by github-actions in #1120

Other

  • Publish snapshot builds to Maven Central by runningcode in #1107

🤖 This preview updates automatically when you update the PR.

@adinauer adinauer merged commit 3551712 into main Mar 26, 2026
20 of 21 checks passed
@adinauer adinauer deleted the deps/scripts/update-android.sh branch March 26, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants