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 3bcafed commit 3bddcf1Copy full SHA for 3bddcf1
sentry_sdk/integrations/openfeature.py
@@ -6,12 +6,12 @@
6
try:
7
from openfeature import api
8
from openfeature.hook import Hook
9
- from sentry_sdk._types import Event, ExcInfo
10
- from typing import Optional
11
12
if TYPE_CHECKING:
13
from openfeature.flag_evaluation import FlagEvaluationDetails
14
from openfeature.hook import HookContext, HookHints
+ from sentry_sdk._types import Event, ExcInfo
+ from typing import Optional
15
except ImportError:
16
raise DidNotEnable("OpenFeature is not installed")
17
0 commit comments