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

Prevent PII leak for http requests #516

Open
Swatinem opened this issue Nov 15, 2022 · 0 comments
Open

Prevent PII leak for http requests #516

Swatinem opened this issue Nov 15, 2022 · 0 comments

Comments

@Swatinem
Copy link
Member

Swatinem commented Nov 15, 2022

I believe this is relevant for the actix and tower-http integrations. We have no integration for outgoing requests so that is the responsibility of the API user.

Copy-pasted: getsentry/sentry-python#1742


When we do 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.)

We created RFC-0038 to decide how to improve the current situation and creating a spec here: getsentry/develop#773

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant