Added better server log errors

This commit is contained in:
vjrj 2018-05-03 01:15:33 +02:00
parent 9f63552b81
commit a118b91b79
4 changed files with 26 additions and 0 deletions

View file

@ -4,6 +4,7 @@ import { Meteor } from 'meteor/meteor';
const ravenOptions = {};
const ravenLogger = new RavenLogger({
publicDSN: Meteor.settings.public.sentryPublicDSN,
privateDSN: Meteor.settings.sentryPrivateDSN,
shouldCatchConsoleError: true, // default true
trackUser: true // default false