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: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
11
11
12
12
### :rocket: (Enhancement)
13
13
14
+
* feat(instrumentation): generic config type in instrumentation base [#4659](https://github.com/open-telemetry/opentelemetry-js/pull/4659)@blumamir
15
+
* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666)@dyladan
16
+
14
17
### :bug: (Bug Fix)
15
18
16
19
* fix(core): align inconsistent behavior of `getEnv()` and `getEnvWithoutDefaults()` when a `process` polyfill is used [#4648](https://github.com/open-telemetry/opentelemetry-js/pull/4648)@pichlermarc
@@ -34,6 +37,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
34
37
35
38
* fix(sdk-trace-web): fix invalid timings in span events [#4486](https://github.com/open-telemetry/opentelemetry-js/pull/4486)@Abinet18
36
39
* fix(resources): ensure BrowserDetector does not think Node.js v21 is a browser [#4561](https://github.com/open-telemetry/opentelemetry-js/issues/4561)@trentm
40
+
* fix(core): align inconsistent behavior of `getEnv()` and `getEnvWithoutDefaults()` when a `process` polyfill is used [#4648](https://github.com/open-telemetry/opentelemetry-js/pull/4648)@pichlermarc
41
+
*`getEnvWithoutDefaults()` would use `process.env` if it was defined when running in a browser, while `getEnv()` would always use `_globalThis`. Now both use `_globalThis` when running in a browser.
Copy file name to clipboardExpand all lines: api/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
10
10
11
11
* feat(api): allow adding span links after span creation [#4536](https://github.com/open-telemetry/opentelemetry-js/pull/4536)@seemk
12
12
* This change is non-breaking for end-users, but breaking for Trace SDK implmentations in accordance with the [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/a03382ada8afa9415266a84dafac0510ec8c160f/specification/upgrading.md?plain=1#L97-L122) as new features need to be implemented.
13
+
* feat: support node 22 [#4666](https://github.com/open-telemetry/opentelemetry-js/pull/4666)@dyladan
0 commit comments