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
await fetch(/api/users?id=123);
Expected Result
an op: http.client span with GET /api/users as span name/description
Actual Result
an op: http.client span with GET /api/users?id=123 as span name/description
Notes
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.
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.clientspan withGET /api/usersas span name/descriptionActual Result
an
op: http.clientspan withGET /api/users?id=123as 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.