Skip to content

Commit c41ad2e

Browse files
committed
chore: move error methods above finally to show real call order
Signed-off-by: Lukas Reining <[email protected]>
1 parent 3b37336 commit c41ad2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/hooks/open-telemetry/src/lib/traces/tracing-hooks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import { OpenTelemetryHook } from '../otel-hook';
1313

1414
const LIBRARY_NAME = '@openfeature/open-telemetry-hooks';
1515
const LIBRARY_VERSION = '0.4.0'; //x-release-please-version
16-
const LIBRARY_VERSION = '0.4.0';
17-
// x-release-please-end
1816

1917
/**
2018
* A hook that logs evaluation events to OpenTelemetry using an EventLogger.

0 commit comments

Comments
 (0)