File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
develop-docs/sdk/expected-features Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2929Sentry 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
3232Before sending events to Sentry, the SDKs should invokes callbacks. That allows users to remove any sensitive data client-side.
3333
You can’t perform that action at this time.
0 commit comments