npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

sentry-bare

0.1.1

@kasperisager

npmHomeRepoSnykSocket
Downloads:397
$ npm install sentry-bare
DailyWeeklyMonthlyYearly

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