0.1.1 • Published 5 years ago

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

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

Phantom Core - Error Tracker - Bugsnag

Installation

yarn add @phantomchain/core-error-tracker-bugsnag

Configuration

Check https://docs.bugsnag.com/platforms/nodejs/other/configuration-options/ for more options and details.

module.exports = {
  apiKey: process.env.PHANTOM_ERROR_TRACKER_BUGSNAG_API_KEY,
  configuration: {
    metaData: {
      network: 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