opentelemetry-instrumentation-nestjs-core - kills the ability to define interceptors on the handler level #676
Labels
bug
Something isn't working
never-stale
pkg:instrumentation-nestjs-core
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
What version of OpenTelemetry are you using?
0.25
What version of Node are you using?
16
What did you do?
Adding the opentelemetry-instrumentation-nestjs-core creates a scenario where using the
@UseInterceptors(WHAT_EVER) on the handler level (meaning a method), doesn't work! Those were 11 hours of evil debugging.
What did you expect to see?
What did you see instead?
Additional context
The text was updated successfully, but these errors were encountered: