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: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -279,6 +279,11 @@ These instrumentations are hosted at <https://github.com/open-telemetry/opentele
279
279
280
280
## Upgrade guidelines
281
281
282
+
### 0.37.x to 0.38.0
283
+
284
+
-`@opentelemetry/sdk-node``NodeSDKConfiguration.defaultAttributes` has been unused and was removed as the concept does not exist in OpenTelemetry anymore
285
+
- Please use `NodeSDKConfiguration.resource` instead.
286
+
282
287
### 0.35.x to 0.36.0
283
288
284
289
-`@opentelemetry/sdk-node` changed `await start()` to now be synchronous
0 commit comments