NestJS FilesInterceptor breaks tracing #5413
Labels
bug
Something isn't working
has:reproducer
This bug/feature has a minimal reproducer provided
triage
What happened?
When using the FilesInterceptor in a NestJS application tracing does not work.
Steps to Reproduce
Reproduction: https://stackblitz.com/edit/nestjs-otel-tracing-files-interceptor?file=src%2Fapp.controller.ts
/
, you will see the tracing output in the console.@UseInterceptors(FilesInterceptor('files'))
part.Expected Result
Tracing output is visible in the console
Actual Result
No tracing output is visible/no tracing is happening
Additional Details
OpenTelemetry Setup Code
package.json
Relevant log output
Operating System and Version
No response
Runtime and Version
Node.js v18.20.3 and Node.js v20.18.2
The text was updated successfully, but these errors were encountered: