Skip to content

Commit

Permalink
Update plugins/node/opentelemetry-instrumentation-express/src/instrum…
Browse files Browse the repository at this point in the history
…entation.ts

Co-authored-by: Abhijeet Prasad <[email protected]>
  • Loading branch information
david-luna and AbhiPrasad authored Jun 22, 2024
1 parent 1929419 commit 770267f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class ExpressInstrumentation extends InstrumentationBase {
// some properties holding metadata and state so we need to proxy them
// through through patched function
// ref: https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1950
// Also some apps/libs do their own patching before OTEL and have these propeties
// Also some apps/libs do their own patching before OTEL and have these properties
// in the proptotype. So we use a `for...in` loop to get own properties and also
// any enumerable prop in the prototype chain
// ref: https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2271
Expand Down

0 comments on commit 770267f

Please sign in to comment.