Conversation
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 1, 2026 09:13
0f95498 to
cbcf501
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 1, 2026 12:22
cbcf501 to
4668470
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 1, 2026 12:58
4668470 to
121f93a
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 2, 2026 07:59
121f93a to
beb802c
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 4, 2026 13:12
beb802c to
517f58a
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 4, 2026 13:26
517f58a to
518e067
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 7, 2026 11:40
518e067 to
1e93ee8
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 7, 2026 11:50
1e93ee8 to
162baa4
Compare
szokeasaurusrex
approved these changes
Sep 10, 2026
| if hub == nil { | ||
| hub = sentry.CurrentHub().Clone() | ||
| ctx = sentry.SetHubOnContext(ctx, hub) | ||
| func configureClient(ctx context.Context) bool { |
Member
There was a problem hiding this comment.
l: I would at least document the meaning of the return value here
Suggested change
| func configureClient(ctx context.Context) bool { | |
| // configureClient sets the SDK identifier on the client and returns whether the | |
| // client is enabled. | |
| func configureClient(ctx context.Context) bool { |
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 16, 2026 09:14
162baa4 to
6a98fe2
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 17, 2026 08:38
6a98fe2 to
037b9a2
Compare
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 17, 2026 09:09
037b9a2 to
c480559
Compare
Resolve HTTP and gRPC clients, active spans, and propagation headers from the request context. Create child spans only when a native parent is active, and preserve caller requests and metadata when adding headers. Replace stale Sentry baggage even for frozen-empty DSC, preserve third-party members within header limits, and reject baggage belonging to a different selected trace. Derive W3C headers from the same sampling decision as sentry-trace.
giortzisg
removed this pull request from stack #1420
September 18, 2026 11:17
giortzisg
force-pushed
the
scopes/outbound-client-integrations
branch
from
September 18, 2026 11:18
c480559 to
7284eaf
Compare
giortzisg
added this pull request to stack #1433
September 18, 2026 11:22
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
This migrates outbound clients to the new scopes API.
Issues
Changelog Entry Instructions
To add a custom changelog entry, uncomment the section above. Supports:
For more details: custom changelog entries
Reminders
feat:,fix:,ref:,meta:)Stack created with GitHub Stacks CLI • Give Feedback 💬