0.1.1 • Published 5 years ago

@phantomchain/core-error-tracker-sentry v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Phantom Core - Error Tracker - Sentry

Installation

yarn add @phantomchain/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.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 security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem