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.