Skip to content

Commit c3a3ba0

Browse files
committed
small code snippet fix
1 parent c89ec77 commit c3a3ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/python/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ users to integrate with proprietary (or otherwise unsupported) feature flagging
2727
solutions. **At the moment, we only support boolean flag evaluations.**
2828

2929
```python
30-
from sentry_sdk.integrations.feature_flags import add_feature_flag
30+
from sentry_sdk.feature_flags import add_feature_flag
3131

3232
add_feature_flag('test-flag', False) # Records an evaluation and its result.
3333

0 commit comments

Comments
 (0)