sentry-bare
v0.1.1
Published
Sentry SDK for Bare
Readme
Sentry SDK for Bare
npm i sentry-bareUsage
const Sentry = require('sentry-bare')
Sentry.init({ dsn: '__DSN__' })
Sentry.captureException(new Error('test'))Integrations
contextIntegrationonUncaughtExceptionIntegrationonUnhandledRejectionIntegration
License
Apache-2.0
