Skip to content

Commit

Permalink
chore: remove unused InstrumentationConfig#path (#2944)
Browse files Browse the repository at this point in the history
* chore: remove unused InstrumentationConfig#path

* add changelog
  • Loading branch information
Flarna authored May 4, 2022
1 parent ddb0775 commit 65aeff0
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 65aeff0

Please sign in to comment.