Skip to content

Commit 105ca18

Browse files
authored
Update data-handling.mdx (#12336)
1 parent 52a106a commit 105ca18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop-docs/sdk/expected-features/data-handling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Some examples of data guarded by this flag:
2323
- On desktop applications
2424
- The username logged in the device is not included. This is often a person's name.
2525
- The machine name is not included, for example `Bruno's laptop`
26-
- SDKs don't set `{{auto}}` as `user.ip`. This instructs the server to keep the connection's IP address.
26+
- SDKs don't set `{{auto}}` as `user.ip_address`. This instructs the server to keep the connection's IP address.
2727
- Server SDKs remove the IP address of incoming HTTP requests.
2828

2929
Sentry server is always aware of the connecting IP address and can use it for logging in some platforms. Namely JavaScript and iOS/macOS/tvOS.
30-
All other platforms require the event to include `user.ip={{auto}}` which happens if `sendDefaultPii` is set to true.
30+
All other platforms require the event to include `user.ip_address={{auto}}` which happens if `sendDefaultPii` is set to true.
3131

3232
Before sending events to Sentry, the SDKs should invokes callbacks. That allows users to remove any sensitive data client-side.
3333

0 commit comments

Comments
 (0)