Skip to content

Commit

Permalink
Merge branch 'main' into use-updated-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored May 4, 2022
2 parents 2dcb4c1 + 65aeff0 commit 052eabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ All notable changes to this project will be documented in this file.

### :boom: Breaking Change

* chore: remove unused InstrumentationConfig#path [#2944](https://github.com/open-telemetry/opentelemetry-js/pull/2944) @flarna

### :rocket: (Enhancement)

* feat(ConsoleSpanExporter): export span links [#2917](https://github.com/open-telemetry/opentelemetry-js/pull/2917) @trentm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ export interface InstrumentationConfig {
* @default true
*/
enabled?: boolean;

/**
* Path of the trace plugin to load.
* @default '@opentelemetry/plugin-http' in case of http.
*/
path?: string;
}

/**
Expand Down

0 comments on commit 052eabb

Please sign in to comment.