Skip to content

Commit b61fabd

Browse files
authored
Fix typo in python data-collected.mdx (#12697)
1 parent 3d6016e commit b61fabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/data-management/data-collected.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To start sending logged-in user information, set `send_default_pii=True` in the
3030

3131
By default, the Sentry SDK doesn't send the user's IP address. Even if enabled, whether you're able to send the user's IP address or not, will depend on the integrations you enable in Sentry's SDK. Most integrations won't set the user's IP address at all.
3232

33-
To enable sending the user's IP address, set`send_default_pii=True` in the `sentry_sdk.init()` call.
33+
To enable sending the user's IP address, set `send_default_pii=True` in the `sentry_sdk.init()` call.
3434

3535
## Request URL
3636

0 commit comments

Comments
 (0)