We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990bcea commit ccdf6b6Copy full SHA for ccdf6b6
1 file changed
src/middlewares/static_files.ts
@@ -43,7 +43,7 @@ export function staticFiles<T>(): MiddlewareFn<T> {
43
44
const parentSpan = trace.getActiveSpan();
45
if (parentSpan) {
46
- parentSpan.updateName(`${req.method} /*`);
+ parentSpan.updateName(`${request.method} /*`);
47
parentSpan.setAttribute("http.route", "/*");
48
}
49
0 commit comments