Skip to content

Commit

Permalink
chore: fix upgrade guideline (open-telemetry#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan authored Feb 8, 2021
1 parent c435f6b commit 2f0d612
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,10 +290,6 @@ registerInstrumentations({

- `registerInstrumentations` supports loading old plugins and instrumentations together. It also supports setting tracer provider and meter provider on instrumentations

## Upgrade guidelines

### 0.15.0 to 0.16.0

[PR-1874](https://github.com/open-telemetry/opentelemetry-js/pull/1874) More specific API type names

Some types exported from `"@opentelemetry/api"` have been changed to be more specific.
Expand All @@ -305,6 +301,8 @@ Some types exported from `"@opentelemetry/api"` have been changed to be more spe
- `Status` renamed to `SpanStatus`
- `StatusCode` renamed to `SpanStatusCode`

### 0.15.0 to 0.16.0

[PR-1863](https://github.com/open-telemetry/opentelemetry-js/pull/1863) removed public attributes `keepAlive` and `httpAgentOptions` from nodejs `CollectorTraceExporter` and `CollectorMetricExporter`

### 0.14.0 to 0.15.0
Expand Down

0 comments on commit 2f0d612

Please sign in to comment.