Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 233 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 233 Bytes

raygun-winston

A Raygun transport for winston.

Usage

var winston = require('winston');
var Raygun  = require('winston-raygun');

winston.add(Raygun, {
  apiKey: '<YOUR_RAYGUN_KEY>'
});

License

MIT