Commit 01545f56 authored by NGPixel's avatar NGPixel

fix: missing raven dependency for sentry logging

parent f3415f63
......@@ -108,6 +108,7 @@
"passport.socketio": "~3.7.0",
"pm2": "~2.6.1",
"pug": "~2.0.0-rc.3",
"raven": "~2.4.1",
"read-chunk": "~2.1.0",
"remove-markdown": "~0.2.2",
"request": "~2.81.0",
......
......@@ -3,7 +3,7 @@
const util = require('util')
const winston = require('winston')
let SentryLogger = winston.transports.RollbarLogger = function (options) {
let SentryLogger = winston.transports.SentryLogger = function (options) {
this.name = 'sentryLogger'
this.level = options.level || 'warn'
this.raven = require('raven')
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment