File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/platforms/python/integrations/featureflags Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ The integration is tested by calling the `add_feature_flag` API before capturing
4040import sentry_sdk
4141from sentry_sdk.integrations.featureflags import add_feature_flag
4242
43- add_feature_flag(' hello ' , False )
43+ add_feature_flag(' test-flag ' , False )
4444
4545sentry_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" />
You can’t perform that action at this time.
0 commit comments