We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72dfb19 commit 84b74d6Copy full SHA for 84b74d6
platform-includes/configuration/config-intro/python.mdx
@@ -10,7 +10,10 @@ sentry_sdk.init(
10
debug=True,
11
# Set traces_sample_rate to 1.0 to capture 100%
12
# of transactions for tracing.
13
- tracees_sample_rate=1.0,
+ traces_sample_rate=1.0,
14
+ # Add request headers and IP for users,
15
+ # see https://docs.sentry.io/platforms/python/data-management/data-collected/ for more info
16
+ send_default_pii=True,
17
18
# By default the SDK will try to use the SENTRY_RELEASE
19
# environment variable, or infer a git commit
0 commit comments