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.