New Relic trasporter for winston. Logs winston caught exceptions and logs to New Relic.
npm install winston-newrelic
// Top of your boot file
require('newrelic');
var winston = require('winston'),
WinstonNewrelic = require('winston-newrelic');
// Add newrelic logger as trasporter
winston.add(winston.transports.newrelic, {});