You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I observe my application using OpenTelemetry. @opentelemetry/instrumentation-express uses the function name of the middleware as the name of the span.
Currently this reads: middleware - <anonymous>.
It would be great if expressMiddleware() would return a named rather than an anonymous function.