-
Notifications
You must be signed in to change notification settings - Fork 213
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
No http headers are sent if ClientOptions.SendDefaultPii
is set to false
#523
Labels
Comments
Correct.
In this case, nothing should be sent actually. |
ikorihn
added a commit
to ikorihn/sentry-go
that referenced
this issue
Jan 10, 2023
ikorihn
added a commit
to ikorihn/sentry-go
that referenced
this issue
Jan 12, 2023
…ithout sensitive headers (getsentry#523)
ikorihn
added a commit
to ikorihn/sentry-go
that referenced
this issue
Jan 12, 2023
Thanks for review! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
SendDefaultPii
option was added in #485 .This option behaves as follows:
Is this expected behaviour?
In case of other language, it looks like all http headers except sensitive headers are sent when
SendDefaultPii
is false.sentry-python:
https://github.com/getsentry/sentry-python/blob/2f67f12e405f8a6f89418d96071158367fcf516f/sentry_sdk/integrations/_wsgi_common.py#L160
sentry-spring:
https://github.com/getsentry/sentry-java/blob/8ade22549f328b48fd01aea726141f7186f3bd65/sentry-spring/src/main/java/io/sentry/spring/SentryRequestResolver.java#L33
Steps To Reproduce
Expected Behavior
When
ClientOptions.SendDefaultPii
is false, http headers except sensitive data are sent.I made a PR #524 .
SDK
Sentry
The text was updated successfully, but these errors were encountered: