I have an Express app and it wasn’t quite clear to me why should I choose the Express approach over the simple Node.js approach for integrating Sentry.
Isn’t an Express app also a Node.js app? Is there any other benefit by choosing to use Sentry as a middleware to my routes?