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

Sanitize sensitive data from URLs sent to Sentry #2078

Closed
Tracked by #70
mattjohnsonpint opened this issue Dec 6, 2022 · 1 comment · Fixed by #2365
Closed
Tracked by #70

Sanitize sensitive data from URLs sent to Sentry #2078

mattjohnsonpint opened this issue Dec 6, 2022 · 1 comment · Fixed by #2365
Assignees
Labels
Feature New feature or request

Comments

@mattjohnsonpint
Copy link
Contributor

mattjohnsonpint commented Dec 6, 2022

Per getsentry/team-webplatform-meta#2 and getsentry/team-mobile#70, ensure all captured URLs are sanitized according to the new spec in getsentry/develop#773 (when it is ready)

Description

When we make HTTP requests to third party services we create a breadcrumb with the URL and also create a span that has the URL as a description (and also breadcrumbs including this URL are created.)

Make sure that all integrations that record outgoing or incoming HTTP request structure the data like described in the spec linked above.

References

@mattjohnsonpint
Copy link
Contributor Author

Rendered spec: https://develop.sentry.dev/sdk/data-handling/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants