fix(ruby-sdk): add strict_trace_continuation and org_id config options#47
Merged
fix(ruby-sdk): add strict_trace_continuation and org_id config options#47
Conversation
- Add org_id (String, v6.5.0+) and strict_trace_continuation (Boolean, v6.5.0+) to the tracing config table in references/tracing.md - Add Strict trace continuation subsection with decision matrix in the Distributed Tracing section of references/tracing.md - Add org_id and strict_trace_continuation to Key Sentry.init Options table in SKILL.md - Bump version reference from v6.4.0 to v6.4.1 (includes Rails queue time fix from PR #2877) - Note capture_queue_time Rails fix landed in v6.4.1 Co-Authored-By: Claude <claude@anthropic.com>
Copilot
AI
changed the title
[WIP] Update sentry-ruby-sdk for recent changes
fix(ruby-sdk): add strict_trace_continuation and org_id config options
Mar 8, 2026
sl0thentr0py
approved these changes
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new distributed tracing config options from
sentry-rubyv6.5.0 (PR #2872) were missing from the skill, plus a Rails queue time fix from v6.4.1 (PR #2877) wasn't reflected.references/tracing.mdorg_idandstrict_trace_continuationto the config tablecapture_queue_timenote to reference the v6.4.1 Rails fixSKILL.mdorg_idandstrict_trace_continuationrows to the Phase 3Sentry.initoptions tablev6.4.1andcapture_queue_timenote to matchstrict_trace_continuationis relevant for microservice architectures where Ruby services may receive requests from third-party Sentry users — without it, foreign trace IDs can bleed into your dashboards.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.