Skip to content

Commit d7c9ef2

Browse files
authored
Rename test flag
1 parent 426d321 commit d7c9ef2

File tree

1 file changed

+2
-2
lines changed
  • docs/platforms/python/integrations/featureflags

1 file changed

+2
-2
lines changed

docs/platforms/python/integrations/featureflags/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ The integration is tested by calling the `add_feature_flag` API before capturing
4040
import sentry_sdk
4141
from sentry_sdk.integrations.featureflags import add_feature_flag
4242

43-
add_feature_flag('hello', False)
43+
add_feature_flag('test-flag', False)
4444

4545
sentry_sdk.capture_exception(Exception("Something went wrong!"))
4646
```
4747

48-
Visit the Sentry website and confirm that your error event has recorded the feature flag "hello" and its value "false".
48+
Visit the Sentry website and confirm that your error event has recorded the feature flag "test-flag" and its value "false".
4949

5050
<PlatformContent includePath="feature-flags/next-steps" />

0 commit comments

Comments
 (0)