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 452a8e4 commit 5f7be63Copy full SHA for 5f7be63
docs/platforms/python/integrations/openfeature/index.mdx
@@ -47,6 +47,7 @@ The integration is tested by evaluating a feature flag using your OpenFeature SD
47
from openfeature import api
48
import sentry_sdk
49
50
+api.set_provider(MyProviderOfChoice(...))
51
client = api.get_client()
52
client.get_boolean_value("hello", default_value=False)
53
0 commit comments