Configure express middleware name (auto-instrumentation). #3335
Unanswered
jason-luppnow-vgw
asked this question in
Q&A
Replies: 1 comment
-
did you get the answer to this question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to configure the
express.name
property during auto instrumentation?When you have a custom middleware, this property will be marked as
<anonymous>
, which I would like to be able to modify in flight if possible. The overall span name will also bemiddleware - <anonymous>
.Thank you for any guidance.
Beta Was this translation helpful? Give feedback.
All reactions