Skip to content

Commit

Permalink
refactor: move OTel hooks to openfeature.contrib.hook
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobond committed Mar 11, 2024
1 parent 7a7210f commit 11e418c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/openfeature-hooks-opentelemetry/tests/test_otel.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from opentelemetry import trace
from opentelemetry.trace import Span

from openfeature.contrib.hooks.opentelemetry import TracingHook
from openfeature.contrib.hook.opentelemetry import TracingHook
from openfeature.evaluation_context import EvaluationContext
from openfeature.flag_evaluation import FlagEvaluationDetails, FlagType
from openfeature.hook import HookContext
Expand Down

0 comments on commit 11e418c

Please sign in to comment.