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 db3ad6b commit d501e05Copy full SHA for d501e05
platform-includes/metrics/setup/python.mdx
@@ -4,7 +4,7 @@ To enable metrics, you need to initialize the SDK with the `enable_metrics` opti
4
sentry_sdk.init(
5
dsn="___PUBLIC_DSN___",
6
_experiments={
7
- enable_metrics=True,
+ enable_metrics: True,
8
},
9
)
10
```
0 commit comments