getsentry / sentry-javascript

Official Sentry SDKs for JavaScript
https://sentry.io
MIT License
7.77k stars 1.52k forks source link

Implement `sendDefaultPii` behaviour in the JS SDKs #5347

Open Lms24 opened 2 years ago

Lms24 commented 2 years ago

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 specification

HazAT commented 1 year ago

Linking https://github.com/getsentry/rfcs/pull/62

HazAT commented 1 year ago

Related: https://github.com/getsentry/sentry-javascript/issues/4777

HazAT commented 1 year ago

Related: https://github.com/getsentry/sentry-javascript/issues/6389