Error Tracker – Sentry
TIP
You can find the source code of this package at packages/core-error-tracker-sentry.
Installation
yarn add @arkecosystem/core-error-tracker-sentry
Configuration
Check https://docs.sentry.io/quickstart?platform=node to find your DSN and more information about available options.
module.exports = {
dsn: process.env.CORE_ERROR_TRACKER_SENTRY_DSN,
debug: true,
attachStacktrace: true,
environment: process.env.CORE_NETWORK_NAME,
}