Skip to content

Commit 5489e6a

Browse files
mydeachargome
andauthored
Apply suggestions from code review
Co-authored-by: Charly Gomez <[email protected]>
1 parent 1cf3be9 commit 5489e6a

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/enriching-events/identify-user

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/enriching-events/identify-user/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If the user's `ip_address` is set to `"{{auto}}"`, Sentry will infer the IP addr
2828

2929
If the field is omitted, the default value is `"{{auto}}"`. SDKs and other clients should not rely on this behavior and should set IP addresses or `"{{auto}}"` explicitly.
3030

31-
To ensure your users' IP addresses are never stored in your event data, you can go to your project settings, click on "Security & Privacy", and enable "Prevent Storing of IP Addresses" or use Sentry's [server-side data](/security-legal-pii/scrubbing/) scrubbing to remove `$user.ip_address`. Adding such a rule ultimately overrules any other logic.
31+
To ensure your users' IP addresses are never stored in your event data, you can go to your project settings, click on "Security & Privacy", and enable "Prevent Storing of IP Addresses" or use Sentry's [server-side data scrubbing](/security-legal-pii/scrubbing/) to remove `$user.ip_address`. Adding such a rule ultimately overrules any other logic.
3232

3333
</DefinitionList>
3434

0 commit comments

Comments
 (0)