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
Allow LoggerProvider to be specified in Instrumentations (open-telemetry#4314)
* Allow LoggerProvider to be specified in Instrumentations
* Update
* Lint
* Add test
* npm i
* Update changelog
* npm i
* marking setLoggerProvider as optional
* Add check for possible undefined method
* npm i
Copy file name to clipboardExpand all lines: experimental/CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ All notable changes to experimental packages in this project will be documented
8
8
9
9
### :rocket: (Enhancement)
10
10
11
+
* feat(instrumentation): allow LoggerProvider to be specified in Instrumentations [#4314](https://github.com/open-telemetry/opentelemetry-js/pull/4314)@hectorhdzg
11
12
* feat(instrumentation): Make `init()` method public [#4418](https://github.com/open-telemetry/opentelemetry-js/pull/4418)
12
13
* feat(exporter-metrics-otlp-http): add option to set the exporter aggregation preference [#4409](https://github.com/open-telemetry/opentelemetry-js/pull/4409)@AkselAllas
0 commit comments