First, run npm install @sentry/node . Then, in your src/server/index.js file, add the following: const Sentry = require('@sentry/node'); Sentry.init({dsn: ...
確定! 回上一頁