Uh oh!
There was an error while loading. Please reload this page.
[@sentry/tracing] Express route tracing - #2972
Conversation
Thanks for the PR, looks good! However, I think it should be possible to reuse the very same function for all possible router methods. |
xr0master
commented
Oct 17, 2020
the |
xr0master
commented
Oct 17, 2020
With a new commit, the same logic was used. |
xr0master
commented
Oct 17, 2020
Or |
kamilogorek
commented
Oct 19, 2020
Thanks! :) |
Should add the ability to track express routes. What methods to track is set through options.
By default, methods are ignored.
Example:
This PR is relevant to: #2968