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 92ed334 commit 09b3ff6Copy full SHA for 09b3ff6
docs/platforms/python/unleash/index.mdx
@@ -21,6 +21,8 @@ Add a `UnleashIntegration` to your `integrations` list:
21
22
```python
23
import sentry_sdk
24
+import os
25
+
26
from sentry_sdk.integrations.unleash import UnleashIntegration
27
from UnleashClient import UnleashClient
28
0 commit comments