Skip to content

Commit f5b4d8c

Browse files
committed
Fix error message
1 parent f5b2d51 commit f5b4d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openfeature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from openfeature.flag_evaluation import FlagEvaluationDetails
1212
from openfeature.hook import HookContext, HookHints
1313
except ImportError:
14-
raise DidNotEnable("Starlette is not installed")
14+
raise DidNotEnable("OpenFeature is not installed")
1515

1616

1717
class OpenFeatureIntegration(Integration):

0 commit comments

Comments
 (0)