added sentry

This commit is contained in:
Abhinav Adduri 2017-06-22 14:50:57 -07:00
parent 6d8330992d
commit 50714d35a5
12 changed files with 1065 additions and 961 deletions

View file

@ -27,6 +27,11 @@ const conf = convict({
default: 'UA-101393094-1',
env: 'GOOGLE_ANALYTICS_ID'
},
sentry_id: {
format: String,
default: 'https://cdf9a4f43a584f759586af8ceb2194f2@sentry.prod.mozaws.net/238',
env: 'P2P_SENTRY_DSN'
},
env: {
format: ['production', 'development', 'test'],
default: 'development',