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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ All notable changes to experimental packages in this project will be documented
6
6
7
7
### :boom: Breaking Change
8
8
9
+
* feat(sdk-node)!: remove long deprecated methods in favor of constructor options [#4606](https://github.com/open-telemetry/opentelemetry-js/pull/4606)@pichlermarc
10
+
*`NodeSDK.configureTracerProvider()`, please use constructor options instead
11
+
*`NodeSDK.configureMeterProvider()`, please use constructor options instead
12
+
*`NodeSDK.configureLoggerProvider()`, please use constructor options instead
13
+
*`NodeSDK.addResource()`, please use constructor options instead
14
+
*`NodeSDK.detectResources()`, this is not necessary anymore, resources are now auto-detected on `NodeSDK.start()` if the constructor option `autoDetectResources` is unset, `undefined` or `true`.
15
+
9
16
### :rocket: (Enhancement)
10
17
11
18
* feat(otlp-transformer): consolidate scope/resource creation in transformer [#4600](https://github.com/open-telemetry/opentelemetry-js/pull/4600)
0 commit comments