winston-transport-rollbar-3

3.2.2 • Public • Published

winston-transport-rollbar-3

Forked from previous versions, simplified, and updated to support winston@3.

A rollbar transport for winston.

Installation

  $ npm install winston
  $ npm install winston-transport-rollbar-3

usage

const {createLogger} = require('winston');
const RollbarTransport = require('winston-transport-rollbar-3');

const rollbarConfig = {};

const logger = createLogger({
  transports: [
    new RollbarTransport({
      rollbarConfig,
      level
    })
  ]
});

Options

The Rollbar transport uses the universal rollbar.js library behind the scenes. Options are the following:

  • rollbarConfig: Rollbar configuration (more info) (mandatory, must contain rollbarAccessToken)
  • level: Level of messages this transport should log. (default: warn).

Install

npm i winston-transport-rollbar-3

DownloadsWeekly Downloads

2,845

Version

3.2.2

License

MIT

Unpacked Size

5.3 kB

Total Files

7

Last publish

Collaborators

  • zoellner
  • groodoo