Skip to content

Commit

Permalink
add note to changelog about insturmentation_library record usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Jun 11, 2022
1 parent 8054cdd commit 7dadcc2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Added

- [Instrumentation Scope replaces Instrumentation Library](https://github.com/open-telemetry/opentelemetry-erlang/pull/405)
- [Instrumentation Scope replaces Instrumentation
Library](https://github.com/open-telemetry/opentelemetry-erlang/pull/405) --
If you were using the record directly, please use the function
`opentelemetry:instrumentation_scope/3` or
`opentelemetry:instrumentation_library/3` to create an `instrumentation_scope`
record.

### [SDK]

#### Added

- [Instrumentation Scope replaces Instrumentation Library](https://github.com/open-telemetry/opentelemetry-erlang/pull/405)
- [Instrumentation Scope replaces Instrumentation
Library](https://github.com/open-telemetry/opentelemetry-erlang/pull/405) --
If you were using the record directly, please use the function
`opentelemetry:instrumentation_scope/3` or
`opentelemetry:instrumentation_library/3` to create an `instrumentation_scope`
record.

### Fixed

Expand All @@ -27,7 +37,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Added

- [Instrumentation Scope replaces Instrumentation Library]()
- [Instrumentation Scope replaces Instrumentation
Library](https://github.com/open-telemetry/opentelemetry-erlang/pull/405) --
If you were using the record directly, please use the function
`opentelemetry:instrumentation_scope/3` or
`opentelemetry:instrumentation_library/3` to create an `instrumentation_scope`
record.

## SDK 1.0.5 - 2022-05-20

Expand Down

0 comments on commit 7dadcc2

Please sign in to comment.