Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"libs/hooks/open-telemetry": "0.4.0",
"libs/hooks/open-telemetry": "1.0.0",
"libs/providers/go-feature-flag": "0.7.9",
"libs/providers/flagd": "0.13.3",
"libs/providers/flagd-web": "0.7.3",
Expand Down
11 changes: 11 additions & 0 deletions libs/hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://github.com/open-feature/js-sdk-contrib/compare/open-telemetry-hooks-v0.4.0...open-telemetry-hooks-v1.0.0) (2025-10-09)


### ⚠ BREAKING CHANGES

* implement SemConv compatible OTEL hooks ([#1372](https://github.com/open-feature/js-sdk-contrib/issues/1372))

### ✨ New Features

* implement SemConv compatible OTEL hooks ([#1372](https://github.com/open-feature/js-sdk-contrib/issues/1372)) ([3619846](https://github.com/open-feature/js-sdk-contrib/commit/3619846dd48d68b5028cebc22958cdb1f7520d8d))

## [0.4.0](https://github.com/open-feature/js-sdk-contrib/compare/open-telemetry-hooks-v0.3.0...open-telemetry-hooks-v0.4.0) (2024-03-25)


Expand Down
4 changes: 2 additions & 2 deletions libs/hooks/open-telemetry/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/hooks/open-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/open-telemetry-hooks",
"version": "0.4.0",
"version": "1.0.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import type { SpanAttributesTracingHookData } from './tracing-hooks-internal';
import { HookContextSpanKey } from './tracing-hooks-internal';

const LIBRARY_NAME = '@openfeature/open-telemetry-hooks';
const LIBRARY_VERSION = '0.4.0'; //x-release-please-version
const LIBRARY_VERSION = '1.0.0'; //x-release-please-version

/**
* A hook that logs evaluation events to OpenTelemetry using an EventLogger.
Expand Down