You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: semantic-conventions/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ All notable changes to the semantic-conventions package will be documented in th
7
7
8
8
### :boom: Breaking Changes
9
9
10
+
* fix: Remove some unstable exports from the *meant to be stable*`@opentelemetry/semantic-conventions` entry point. [#5690](https://github.com/open-telemetry/opentelemetry-js/pull/5690)
11
+
* Some `DB_SYSTEM_NAME_VALUE_*` exports (enum values for the stable `db.system.name` attribute, erroneously included in v1.33.0) and `NETWORK_TRANSPORT_VALUE_QUIC` (errorneously include since v1.26.0) have been moved back to the *unstable* endpoint (`@opentelemetry/semantic-conventions/incubating`). See the PR description for a full list.
0 commit comments