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: experimental/CHANGELOG.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ All notable changes to experimental packages in this project will be documented
8
8
9
9
### :rocket: (Enhancement)
10
10
11
+
* feat(otlp-transformer): consolidate scope/resource creation in transformer [#4600](https://github.com/open-telemetry/opentelemetry-js/pull/4600)
12
+
11
13
### :bug: (Bug Fix)
12
14
13
15
### :books: (Refine Doc)
@@ -31,9 +33,6 @@ All notable changes to experimental packages in this project will be documented
31
33
* was used internally to keep track of the service client used by the exporter, as a side effect it allowed end-users to modify the gRPC service client that was used
32
34
*`compression`
33
35
* was used internally to keep track of the compression to use but was unintentionally exposed to the users. It allowed to read and write the value, writing, however, would have no effect.
34
-
* feat(api-events)!: removed domain from the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4569)@martinkuba
35
-
* fix(api-events)!: renamed EventEmitter to EventLogger in the Events API [#4569](https://github.com/open-telemetry/opentelemetry-js/pull/4568)@martinkuba
36
-
* feat(api-logs)!: changed LogRecord body data type to AnyValue and AnyValueMap types [#4575](https://github.com/open-telemetry/opentelemetry-js/pull/4575)@martinkuba
0 commit comments