Skip to content

Commit

Permalink
fix: update readme upgrade guidelines version setting (open-telemetry…
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Feb 20, 2021
1 parent a91ea76 commit 16c941d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ To request automatic tracing support for a module not on this list, please [file

## Upgrade guidelines

### 0.17.0 to ???
### 0.16.0 to 0.17.0

[PR-1880](https://github.com/open-telemetry/opentelemetry-js/pull/1880) feat(diag-logger): introduce a new global level api.diag for internal diagnostic logging

Expand Down Expand Up @@ -291,8 +291,6 @@ diag.setLogger();

```

### 0.16.0 to 0.17.0

[PR-1855](https://github.com/open-telemetry/opentelemetry-js/pull/1855) Use instrumentation loader to load plugins and instrumentations

- Providers do no load the plugins anymore. Also PluginLoader has been removed from providers, use `registerInstrumentations` instead
Expand Down

0 comments on commit 16c941d

Please sign in to comment.