SDK sends query params and fragment in span description of http.client
spans
#15360
Closed
3 tasks done
Labels
Package: browser
Issues related to the Sentry Browser SDK
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/core, still need to check if also a problem in Otel-based SDKs
SDK Version
v8, v9
Framework Version
N/A
Link to Sentry event
No response
Reproduction Example/SDK Setup
Default SDK setup w/ tracing
Steps to Reproduce
Expected Result
an
op: http.client
span withGET /api/users
as span name/descriptionActual Result
an
op: http.client
span withGET /api/users?id=123
as span name/descriptionNotes
Worth mentioning that this used to work already and we had integration tests that covered this. For some reason we must have removed them in the v8 process. Part of this issue is investigating why we removed them, and how we can prevent something like this going forward.
The text was updated successfully, but these errors were encountered: