3.0.9 • Published 7 years ago

sentry-logger v3.0.9

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

winston-sentry

A sentry transport for winston

Usage

var winston = require('winston');

winston.transports.Sentry = require('winston-sentry');

winston.add(winston.transports.Sentry, options);

The Sentry transport takes the following options:

  • enabled - Flag for explicitly enabling or disabling the transport (enabled by default).
  • dsn - The dsn URL the sentry client uses to connect to Sentry.

Install

npm install winston winston-sentry

Testing

The tests assume you have a sentry server running on the default port on localhost. Work to mock sentry for the tests is ongoing. Tests are run with a simple:

npm test

MIT Licensed

3.0.9

7 years ago

3.0.8

7 years ago

3.0.7

7 years ago

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

8 years ago

3.0.3

9 years ago

3.0.2

9 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.1.0

9 years ago

2.0.1

10 years ago