Update raven configuration in server
This commit is contained in:
parent
ea50b17df3
commit
f042beceb1
1 changed files with 2 additions and 3 deletions
|
|
@ -4,10 +4,9 @@ import { Meteor } from 'meteor/meteor';
|
|||
const ravenOptions = {};
|
||||
|
||||
const ravenLogger = new RavenLogger({
|
||||
publicDSN: Meteor.settings.public.sentryPublicDSN,
|
||||
privateDSN: Meteor.settings.sentryPrivateDSN,
|
||||
shouldCatchConsoleError: true, // default
|
||||
trackUser: true // default
|
||||
shouldCatchConsoleError: true, // default true
|
||||
trackUser: true // default false
|
||||
}, ravenOptions);
|
||||
|
||||
export default ravenLogger;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue