Skip to content

chore(deps): update Java SDK to v8.38.0#2637

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-java/8.38.0
Open

chore(deps): update Java SDK to v8.38.0#2637
github-actions[bot] wants to merge 1 commit intomainfrom
deps/modules/sentry-java/8.38.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 9, 2026

Bumps modules/sentry-java from 8.37.1 to 8.38.0.

Auto-generated by a dependency updater.

Changelog

8.38.0

Features

  • Prevent cross-organization trace continuation (#5136)
    • By default, the SDK now extracts the organization ID from the DSN (e.g. o123.ingest.sentry.io) and compares it with the sentry-org_id value in incoming baggage headers. When the two differ, the SDK starts a fresh trace instead of continuing the foreign one. This guards against accidentally linking traces across organizations.
    • New option enableStrictTraceContinuation (default false): when enabled, both the SDK's org ID and the incoming baggage org ID must be present and match for a trace to be continued. Traces with a missing org ID on either side are rejected. Configurable via code (setStrictTraceContinuation(true)), sentry.properties (enable-strict-trace-continuation=true), Android manifest (io.sentry.strict-trace-continuation.enabled), or Spring Boot (sentry.strict-trace-continuation=true).
    • New option orgId: allows explicitly setting the organization ID for self-hosted and Relay setups where it cannot be extracted from the DSN. Configurable via code (setOrgId("123")), sentry.properties (org-id=123), Android manifest (io.sentry.org-id), or Spring Boot (sentry.org-id=123).
  • Android: Attachments on the scope will now be synced to native (#5211)
  • Add THIRD_PARTY_NOTICES.md for vendored third-party code, bundled as SENTRY_THIRD_PARTY_NOTICES.md in the sentry JAR under META-INF (#5186)

Improvements

  • Do not retrieve ActivityManager if API < 35 on SDK init (#5275)

@github-actions github-actions bot requested a review from bitsandfoxes as a code owner April 9, 2026 03:54
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.38.0 branch from 14873d5 to 5559335 Compare April 9, 2026 03:54
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 9, 2026

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 Java SDK to v8.38.0 by github-actions[bot] in #2637

🤖 This preview updates automatically when you update the PR.

@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.38.0 branch 2 times, most recently from ab0f0f5 to 7399319 Compare April 11, 2026 03:47
@bruno-garcia bruno-garcia force-pushed the deps/modules/sentry-java/8.38.0 branch from 7399319 to 0335c4b Compare April 14, 2026 03:59
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.

1 participant