You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And instead set settings.infer_ip: 'auto' in the event metadata (if default PII is enabled)
This should make it easier to do that, as we can control this in a single place in the event processing pipeline instead of in multiple places (which is necessary today, as we also set this for standalone spans etc).
The text was updated successfully, but these errors were encountered:
Description
Today, in the browser SDK we set
ip_address: {{auto}}
to infer the ip address on the server.There is now a new way to do this, documented here: https://develop.sentry.dev/sdk/data-model/event-payloads/sdk/#attributes
So we should:
ip_address: {{auto}}
settings.infer_ip: 'auto'
in the event metadata (if default PII is enabled)This should make it easier to do that, as we can control this in a single place in the event processing pipeline instead of in multiple places (which is necessary today, as we also set this for standalone spans etc).
The text was updated successfully, but these errors were encountered: