Skip to content

Commit 0512906

Browse files
blumamirZirak
authored andcommitted
fix(instrumentation)!:remove unused description property from interface (open-telemetry#4847)
* fix(instrumentation):remove unused description property from instrumentation ifc * chore: changelog
1 parent 4faccfd commit 0512906

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

experimental/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to experimental packages in this project will be documented
77

88
### :boom: Breaking Change
99

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

1214
### :bug: (Bug Fix)

experimental/packages/opentelemetry-instrumentation/src/types.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ export interface Instrumentation<
2727
/** Instrumentation Version */
2828
instrumentationVersion: string;
2929

30-
/**
31-
* Instrumentation Description - please describe all useful information
32-
* as Instrumentation might patch different version of different modules,
33-
* or support different browsers etc.
34-
*/
35-
instrumentationDescription?: string;
36-
3730
/** Method to disable the instrumentation */
3831
disable(): void;
3932

0 commit comments

Comments
 (0)