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 c89ec77 commit c3a3ba0Copy full SHA for c3a3ba0
docs/platforms/python/feature-flags/index.mdx
@@ -27,7 +27,7 @@ users to integrate with proprietary (or otherwise unsupported) feature flagging
27
solutions. **At the moment, we only support boolean flag evaluations.**
28
29
```python
30
-from sentry_sdk.integrations.feature_flags import add_feature_flag
+from sentry_sdk.feature_flags import add_feature_flag
31
32
add_feature_flag('test-flag', False) # Records an evaluation and its result.
33
0 commit comments