0.0.0 • Published 9 months ago

sentry-bare v0.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

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