Skip to content

Commit

Permalink
ref(flags): remove is_enabled note from unleash and statsig python do…
Browse files Browse the repository at this point in the history
…cs (#12748)
  • Loading branch information
aliu39 authored Feb 18, 2025
1 parent b8eeb33 commit c2c4a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/platforms/python/integrations/statsig/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For more information on how to use Statsig, read Statsig's [Python reference](ht

Test the integration by evaluating a feature flag using your Statsig SDK before capturing an exception.

```python {tabTitle: Python, using is_enabled}
```python
import sentry_sdk
from statsig.statsig_user import StatsigUser
from statsig import statsig
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/python/integrations/unleash/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For more information on how to use Unleash, read Unleash's [Python reference](ht

Test the integration by evaluating a feature flag using your Unleash SDK before capturing an exception.

```python {tabTitle: Python, using is_enabled}
```python
import sentry_sdk
from UnleashClient import UnleashClient

Expand Down

0 comments on commit c2c4a03

Please sign in to comment.