Skip to content

Remove support for traceparent #994

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 13, 2025
Merged

Remove support for traceparent #994

merged 1 commit into from
May 13, 2025

Conversation

cleptric
Copy link
Member

@cleptric cleptric commented May 13, 2025

Adding support for W3C's traceparent header was a mistake on our end. This mainly causes surprises for users, that get spammed by 3rd parties sending this header.
We made the decision to remove support from the SDK.

@cleptric cleptric self-assigned this May 13, 2025
@cleptric cleptric added the Bug label May 13, 2025
@cleptric cleptric marked this pull request as ready for review May 13, 2025 09:20
@cleptric cleptric requested a review from stayallive May 13, 2025 09:21
@cleptric cleptric merged commit 3aa7e88 into master May 13, 2025
33 checks passed
@cleptric cleptric deleted the remove-traceparent branch May 13, 2025 10:40
@@ -80,7 +80,6 @@ public function onBoot(Dispatcher $events): void

if ($payload !== null) {
$payload[self::QUEUE_PAYLOAD_BAGGAGE_DATA] = getBaggage();
$payload[self::QUEUE_PAYLOAD_TRACE_PARENT_DATA] = getTraceparent();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was it intentional to remove this line? Seems unrelated to w3ctraceparent..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, #995

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants