-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Implement sendDefaultPii
behaviour in the JS SDKs
#5347
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
Comments
sendDefaultPii
behaviour in the JS SDKs
Linking getsentry/rfcs#62 |
Related: #4777 |
Related: #6389 |
So some notes for this:
|
shouldn't this rather be |
I guess this issue is basically done now? We use the option for IP addresses on backend and frontend now, at least. |
yeah, it has been open for a long time and nothing really moved specifically for this issue but rather when things needed to move. Let's close it and continue using the flag on a case-by-case basis :) |
Extracted from #5340
This issue tracks the second step of adding the
sendDefaultPii
SDK init option to the JS SDK. Currently, the flag is only used to avoid sensitive data being propagated in distributed tracing via the dynamic sampling context. In v8, we'll add the additional behaviour of this flag as described in the Sentry SDK development specificationThe text was updated successfully, but these errors were encountered: