-
-
Notifications
You must be signed in to change notification settings - Fork 360
Should ip_address be automatically filled by Sentry servers #3197
Copy link
Copy link
Closed
Labels
Breaking-changeshould go in a major release (breaks apps, changes default configs in a major way)should go in a major release (breaks apps, changes default configs in a major way)Feature
Description
Description
At the moment the SDK doesn't send ip_address by default it's guarded by the sendDefaultPii: false (default) options.
After this change, the SDK will send ip_address = {{auto}} when sendDefaultPii: false (default), and Sentry servers will infer the ip_address value from the HTTP requests.
Users can remove the {{auto}} in beforeSend, so the servers do not infer the value or can use the project configuration that has a toggle to disable storing the IP address.
-backlink getsentry/team-mobile#144
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Breaking-changeshould go in a major release (breaks apps, changes default configs in a major way)should go in a major release (breaks apps, changes default configs in a major way)Feature
Fields
Give feedbackNo fields configured for issues without a type.