-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
GroomingBacklog Grooming CandidateBacklog Grooming CandidateMETATracking progress over multiple repositoriesTracking progress over multiple repositories
Description
HTTP Client Integrations record the URLs of HTTP requests. URLs can contain sensitive information like credentials or PII. This data should be removed before sending the events to Sentry.
See this PR in develop docs:
getsentry/develop#773
- Go: not applicable, no instrumentation for http clients in Go
- Java: Sanitize sensitive data from URLs sent to Sentry sentry-java#2365
- PHP: GuzzleTracingMiddleware: Sanitise span description sentry-php#1429
- Python: Sanitize URLs in Span description and breadcrumbs sentry-python#1742
- Node: Sanitize sensitive data from URLs sent to Sentry sentry-javascript#6389
- Browser JS: fix(core): Ensure
http.client
span descriptions don't contain query params or fragments sentry-javascript#15404 - Ruby: Sanitize URLs in Span description and breadcrumbs sentry-ruby#1955
- .NET: Sanitize sensitive data from URLs sent to Sentry sentry-dotnet#2078
Other Platforms:
Metadata
Metadata
Assignees
Labels
GroomingBacklog Grooming CandidateBacklog Grooming CandidateMETATracking progress over multiple repositoriesTracking progress over multiple repositories