@phantomchain/core-error-tracker-sentry
v0.1.1
Published
Sentry error tracker integration for Phantom Core.
Readme
Phantom Core - Error Tracker - Sentry
Installation
yarn add @phantomchain/core-error-tracker-sentryConfiguration
Check https://docs.sentry.io/quickstart?platform=node to find your DSN and more information about available options.
module.exports = {
dsn: process.env.PHANTOM_ERROR_TRACKER_SENTRY_DSN,
debug: true,
attachStacktrace: true,
environment: process.env.PHANTOM_NETWORK_NAME,
}Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
