#169: forntend logging. Sentry integration

This commit is contained in:
SleepWalker
2016-12-06 23:06:45 +02:00
parent ed41a98d3c
commit febd148b2e
7 changed files with 96 additions and 15 deletions

View File

@@ -1,4 +1,5 @@
module.exports = {
apiHost: 'https://dev.account.ely.by',
ga: {id: 'UA-XXXXX-Y'}
ga: {id: 'UA-XXXXX-Y'},
sentryCdn: 'https://<key>@sentry.io/<project>'
};