feat(api): enable Sentry reporting

This commit is contained in:
Oliver Eyton-Williams
2020-03-23 18:31:25 +01:00
committed by Mrugesh Mohapatra
parent 61e5bf942b
commit 10a6622546
7 changed files with 47 additions and 7 deletions

View File

@ -27,8 +27,7 @@ const {
TWITTER_TOKEN,
TWITTER_TOKEN_SECRET,
ROLLBAR_APP_ID,
ROLLBAR_CLIENT_ID,
SENTRY_DSN,
STRIPE_PUBLIC_KEY,
STRIPE_SECRET_KEY,
@ -95,9 +94,8 @@ module.exports = {
passReqToCallback: true
},
rollbar: {
appId: ROLLBAR_APP_ID,
clientId: ROLLBAR_CLIENT_ID
sentry: {
dns: SENTRY_DSN
},
stripe: {