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 f5b2d51 commit f5b4d8cCopy full SHA for f5b4d8c
sentry_sdk/integrations/openfeature.py
@@ -11,7 +11,7 @@
11
from openfeature.flag_evaluation import FlagEvaluationDetails
12
from openfeature.hook import HookContext, HookHints
13
except ImportError:
14
- raise DidNotEnable("Starlette is not installed")
+ raise DidNotEnable("OpenFeature is not installed")
15
16
17
class OpenFeatureIntegration(Integration):
0 commit comments