Skip to content

Should ip_address be automatically filled by Sentry servers #3197

@krystofwoldrich

Description

@krystofwoldrich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Breaking-changeshould go in a major release (breaks apps, changes default configs in a major way)Feature
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions