Skip to content

Commit b8c7ca2

Browse files
committed
minor rewording
1 parent 1a75c97 commit b8c7ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration/v8-to-v9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Older Typescript versions _may_ continue to be compatible, but no guarantees app
108108
- The SDK no longer instructs the Sentry backend to automatically infer IP addresses by default.
109109
Depending on the version of the Sentry backend (self-hosted), this may lead to IP addresses no longer showing up in Sentry, and events being grouped to "anonymous users".
110110
At the time of writing, the Sentry SaaS solution will still continue to infer IP addresses, but this will change in the near future.
111-
Set the `sendDefaultPii` option in `Sentry.init()` to true to instruct the Sentry backend to infer IP addresses.
111+
Set `sendDefaultPii: true` in `Sentry.init()` to instruct the Sentry backend to always infer IP addresses.
112112

113113
### `@sentry/node` / All SDKs running in Node.js
114114

0 commit comments

Comments
 (0)