Closed
Description
Currently, the integration for outgoing HTTP requests creates span with the URL of the outgoing request as part of the span description.
However, the URL can contain senstive data - think GET /api?accessToken=XXX
.
As a first step, we should strip out any query param values from there, in order to avoid sending sensitive data.
This happens both in the node SDK's HTTP integration, as well as in the browser tracing integration for fetch/xhr.
Metadata
Metadata
Assignees
Labels
No labels