Added sentry

This commit is contained in:
vjrj 2017-11-29 16:29:12 +01:00
parent 5a5d2b945f
commit fef4c99189
4 changed files with 3 additions and 13 deletions

View file

@ -37,3 +37,4 @@ selaias:cookie-consent
gadicc:blaze-react-component
255kb:meteor-status
mixmax:smart-disconnect
flowkey:raven

View file

@ -39,6 +39,7 @@ email@1.2.3
es5-shim@4.6.15
facebook-oauth@1.3.2
fastclick@1.0.13
flowkey:raven@1.0.0
fortawesome:fontawesome@4.7.0
fourseven:scss@4.5.4
gadicc:blaze-react-component@1.4.0

View file

@ -33,6 +33,7 @@ import Reconnect from '../../components/Reconnect/Reconnect';
// i18n
import { I18nextProvider } from 'react-i18next';
import i18n from '/imports/startup/client/i18n';
import ravenLogger from '/imports/startup/client/ravenLogger';
// https://github.com/gadicc/meteor-blaze-react-component/
import Blaze from 'meteor/gadicc:blaze-react-component';

View file

@ -1,13 +0,0 @@
{
"public": {},
"private": {
"MAIL_URL": "",
"OAuth": {
"google": {
"clientId": "***REMOVED***",
"secret": "***REMOVED***",
"loginStyle": "popup"
}
}
}
}