-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Sentry Express instrumenting whole app instead of only router #5433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @woss, thanks for writing in. To me, it seems like Coincidentally we're currently looking at improving some aspects of Express transactions. Might be interesting to find out what's going on here. cc-ing @lobsterkatie for additional input |
Hi @Lms24, thanks for the response. Yes, by If i can be of any help let me know. :) |
Closing this issue for cleanup - please re-open if it still applies. Thanks! |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.6.0
Framework Version
7.6.0
Link to Sentry event
No response
Steps to Reproduce
I followed the Express integration and i have this code:
Expected Result
only
router
is instrumented, andget
requests in the router only. Not the whole appActual Result
You can see here that all routes are instrumented. I have tried to set the
from the
app
but it doesn't work.The text was updated successfully, but these errors were encountered: