#How to prevent IP address from appearing in Sentry dashboard when using Angular SDK

3 messages · Page 1 of 1 (latest)

lean halo
#

I have integrated Sentry into my Angular application using the @sentry/angular SDK (8.30.0).
I am trying to ensure that no IP addresses or personally identifiable information (PII) are sent to Sentry, as per our privacy policy.

I attempted to configure Sentry using the sendDefaultPii: false setting and beforeSend hooks to strip sensitive data.
However, I am still seeing PII (including IP addresses) in the Sentry dashboard (under Issue Details → Contex tab), the IP address still appears.

quaint spear
#

you can go to either project or organisation settings -> security and privacy -> prevent storing IP addresses

eternal niche
#

Hey