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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,10 +290,6 @@ registerInstrumentations({
290
290
291
291
-`registerInstrumentations` supports loading old plugins and instrumentations together. It also supports setting tracer provider and meter provider on instrumentations
292
292
293
-
## Upgrade guidelines
294
-
295
-
### 0.15.0 to 0.16.0
296
-
297
293
[PR-1874](https://github.com/open-telemetry/opentelemetry-js/pull/1874) More specific API type names
298
294
299
295
Some types exported from `"@opentelemetry/api"` have been changed to be more specific.
@@ -305,6 +301,8 @@ Some types exported from `"@opentelemetry/api"` have been changed to be more spe
305
301
-`Status` renamed to `SpanStatus`
306
302
-`StatusCode` renamed to `SpanStatusCode`
307
303
304
+
### 0.15.0 to 0.16.0
305
+
308
306
[PR-1863](https://github.com/open-telemetry/opentelemetry-js/pull/1863) removed public attributes `keepAlive` and `httpAgentOptions` from nodejs `CollectorTraceExporter` and `CollectorMetricExporter`
0 commit comments