Skip to content

[skill-drift] update(sentry-dotnet-sdk): add StrictTraceContinuation and OrgId config options#150

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
skill-drift/sentry-dotnet-sdk-skill-drift-update-sentry-dotnet-sdk-add-1780325416
Open

[skill-drift] update(sentry-dotnet-sdk): add StrictTraceContinuation and OrgId config options#150
github-actions[bot] wants to merge 1 commit into
mainfrom
skill-drift/sentry-dotnet-sdk-skill-drift-update-sentry-dotnet-sdk-add-1780325416

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 1, 2026

Warning

Auto-generated from external SDK content. Review all links and code suggestions before acting on them.

Summary

Updates sentry-dotnet-sdk to document two new config options introduced in SDK v6.6.0:

  • StrictTraceContinuation (bool, default false) — Validates organization IDs in distributed traces to prevent accidentally linking traces across organizations. When enabled, the SDK starts a new trace if the incoming sentry-org_id baggage value is missing.
  • OrgId (string, auto-parsed) — Organization ID for trace validation; auto-extracted from DSN subdomain (e.g., o123.ingest.sentry.io"123"). Override if using a custom domain.

Changes

Added two rows to the Core SentryOptions config reference table in SKILL.md.

Reviewed PRs

  • #4981 — feat: Implement strict trace continuation
  • #5039 — feat: User.Id can now be overriden (set to null) in Global mode
  • #5244 — feat: propagate trace to sentry-android and sentry-cocoa

Notes

  • Version 6.6.0 was briefly released then rolled back on NuGet, but these features remain in the main branch and are expected to be re-released
  • The User.Id override fix (#5039) is a MAUI-specific bug fix with no new config options
  • Native trace propagation (#5244) is an internal implementation improvement with no user-facing configuration

Source PRs

…and OrgId config options

Automated drift-fix run.

Co-Authored-By: Claude (claude-sonnet-4-5) <noreply@anthropic.com>
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.

0 participants