Skip to content

chore(deps): update Java SDK to v8.37.1#5071

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-java.ps1
Open

chore(deps): update Java SDK to v8.37.1#5071
github-actions[bot] wants to merge 1 commit intomainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions
Copy link
Contributor

Bumps scripts/update-java.ps1 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`)

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant