[@sentry/tracing] Express route tracing#2972
[@sentry/tracing] Express route tracing#2972kamilogorek merged 6 commits intogetsentry:masterfrom xr0master:tracing/add-route-method-tracing
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. |
|
the |
|
With a new commit, the same logic was used. |
|
Or |
|
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