Skip to content

Commit

Permalink
fix(instrumentation)!:remove unused description property from interfa…
Browse files Browse the repository at this point in the history
…ce (open-telemetry#4847)

* fix(instrumentation):remove unused description property from instrumentation ifc

* chore: changelog
  • Loading branch information
blumamir authored and Zirak committed Sep 14, 2024
1 parent 4faccfd commit 0512906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to experimental packages in this project will be documented

### :boom: Breaking Change

* fix(instrumentation)!:remove unused description property from interface [#4847](https://github.com/open-telemetry/opentelemetry-js/pull/4847) @blumamir

### :rocket: (Enhancement)

### :bug: (Bug Fix)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ export interface Instrumentation<
/** Instrumentation Version */
instrumentationVersion: string;

/**
* Instrumentation Description - please describe all useful information
* as Instrumentation might patch different version of different modules,
* or support different browsers etc.
*/
instrumentationDescription?: string;

/** Method to disable the instrumentation */
disable(): void;

Expand Down

0 comments on commit 0512906

Please sign in to comment.