Skip to content

Commit 3c8d820

Browse files
committed
fix: missing submodule updates
Signed-off-by: Lukas Reining <[email protected]>
1 parent df622cb commit 3c8d820

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

libs/hooks/open-telemetry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm install @opentelemetry/sdk-logs
3030
> Please refer to the [OpenTelemetry documentation](https://opentelemetry.io/docs/instrumentation/js/) for more information on setting up OpenTelemetry in your application.
3131
> You need to set up the [tracing SDK][otel-tracing-js] for `SpanHook` and `SpanEventHook`, the [metrics SDK][[otel-metrics-js]] for `MetricsHook`, and the [logs SDK][[otel-logs-js]] for `EventHook`.
3232
33-
## Hooks[
33+
## Hooks
3434

3535
### EventHook
3636

libs/hooks/open-telemetry/package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ import type { OpenTelemetryHookOptions } from '../otel-hook';
1212
import { OpenTelemetryHook } from '../otel-hook';
1313

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

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

0 commit comments

Comments
 (0)