feat!: move tracing to rely on ctx - #1379
Open
giortzisg wants to merge 1 commit into
Open
Conversation
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
July 30, 2026 20:45
5562df0 to
0e6bf84
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 4, 2026 15:25
0e6bf84 to
09cf02b
Compare
giortzisg
changed the base branch from
scopes/context-capture
to
scopes/context-propagation-api
August 4, 2026 15:37
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 4, 2026 15:42
09cf02b to
388298c
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 5, 2026 09:59
388298c to
569c73b
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 10, 2026 11:36
569c73b to
580aec3
Compare
giortzisg
changed the base branch from
scopes/context-propagation-api
to
scopes/context-capture
August 13, 2026 08:34
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 24, 2026 07:53
580aec3 to
75a6927
Compare
giortzisg
marked this pull request as ready for review
August 24, 2026 07:54
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 24, 2026 10:17
75a6927 to
bee39bc
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
August 31, 2026 10:50
bee39bc to
ba9db9a
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit ba9db9a. Configure here.
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
September 1, 2026 09:12
ba9db9a to
5a7b7e9
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
September 1, 2026 12:57
5a7b7e9 to
ec45c0b
Compare
giortzisg
force-pushed
the
scopes/context-tracing
branch
from
September 2, 2026 07:59
ec45c0b to
fa24cc9
Compare
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.

Description
Modify existing tracing and propagation behavior to rely on
context.Context. Tracing now resolves state from context rather than hubs. This includes a breaking change onContinueTraceremoving the need for a hub to be passed.#skip-changelog
Issues
context.Context#1367Changelog Entry Instructions
To add a custom changelog entry, uncomment the section above. Supports:
For more details: custom changelog entries
Reminders
feat:,fix:,ref:,meta:)