sentry-bare
v0.0.0
Published
Sentry SDK for Bare
Downloads
5
Readme
Sentry SDK for Bare
npm i sentry-bare
Usage
const Sentry = require('sentry-bare')
Sentry.init({ dsn: '__DSN__' })
Sentry.captureException(new Error('test'))
Integrations
contextIntegration
onUncaughtExceptionIntegration
onUnhandledRejectionIntegration
License
Apache-2.0