Skip to content
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

Add a Tracing Header for browser auto-instrumented http.client spans #14210

Open
sdzhong opened this issue Nov 7, 2024 · 1 comment
Open

Comments

@sdzhong
Copy link
Member

sdzhong commented Nov 7, 2024

Problem Statement

For Sentry users also using Coralogix, it's been observed that some API calls are in the millisecond range, while Sentry is reporting it differently. Since server-timing headers aren't supported #14209 and data is in Coralogix, being able to associate spans in Sentry with Coralogix would provide more complete observability.

Solution Brainstorm

Something like the custom header added as span attributes https://docs.sentry.io/platforms/javascript/guides/react/tracing/instrumentation/custom-instrumentation/#improving-span-data automatically to http.client spans.

@andreiborza
Copy link
Member

@sdzhong thanks for filing this.

How is this different from #14209?

Generally speaking, people can update spans in our beforeSendSpan hook. Would that not cover it?

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

No branches or pull requests

2 participants