You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package linked above is a drop-in replacement for this package (see notes below). I completely rewrote the codebase and started it as a new project:
Added errorHandler option to customize (or turn off) the error logging for Raven
Exposed raven as this.raven (e.g. winston.transports.sentry.raven can be used now)
Refactored captureMessage and captureException usage
Added ability to specify options.silent
Ensure level mapping is accurate otherwise do not log at all
Default log level is now info
Added captureUnhandledRejections option and documentation
Documented default values from raven
Added default DSN value to process.env.SENTRY_DSN
Renamed patchGlobal to install and added backwards compatibility
Added backwards compatibility with deprecated options.tags, options.globalTags, and options.extras
Requires node>= v4.8.4
Requires winston>= 2.x
Added options.dsn and options.config for raven usage and documented default values provided by raven (e.g. process.env.SENTRY_DSN can be used)
For anyone that needs a newer maintained version: https://github.com/niftylettuce/winston-raven-sentry
The text was updated successfully, but these errors were encountered: