How to Add Sentry Integration to your NodeJS App
To add Sentry integration to a Node.js Express app written in TypeScript, you will need to install the Sentry SDK for Node.js and the @sentry/node package: npm install @sentry/node @sentry/tracing Next, you will need to configure the Sentry SDK by c...
Dec 16, 20222 min read69

