Added sentry
This commit is contained in:
parent
5a5d2b945f
commit
fef4c99189
4 changed files with 3 additions and 13 deletions
|
|
@ -37,3 +37,4 @@ selaias:cookie-consent
|
||||||
gadicc:blaze-react-component
|
gadicc:blaze-react-component
|
||||||
255kb:meteor-status
|
255kb:meteor-status
|
||||||
mixmax:smart-disconnect
|
mixmax:smart-disconnect
|
||||||
|
flowkey:raven
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ email@1.2.3
|
||||||
es5-shim@4.6.15
|
es5-shim@4.6.15
|
||||||
facebook-oauth@1.3.2
|
facebook-oauth@1.3.2
|
||||||
fastclick@1.0.13
|
fastclick@1.0.13
|
||||||
|
flowkey:raven@1.0.0
|
||||||
fortawesome:fontawesome@4.7.0
|
fortawesome:fontawesome@4.7.0
|
||||||
fourseven:scss@4.5.4
|
fourseven:scss@4.5.4
|
||||||
gadicc:blaze-react-component@1.4.0
|
gadicc:blaze-react-component@1.4.0
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,7 @@ import Reconnect from '../../components/Reconnect/Reconnect';
|
||||||
// i18n
|
// i18n
|
||||||
import { I18nextProvider } from 'react-i18next';
|
import { I18nextProvider } from 'react-i18next';
|
||||||
import i18n from '/imports/startup/client/i18n';
|
import i18n from '/imports/startup/client/i18n';
|
||||||
|
import ravenLogger from '/imports/startup/client/ravenLogger';
|
||||||
// https://github.com/gadicc/meteor-blaze-react-component/
|
// https://github.com/gadicc/meteor-blaze-react-component/
|
||||||
import Blaze from 'meteor/gadicc:blaze-react-component';
|
import Blaze from 'meteor/gadicc:blaze-react-component';
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"public": {},
|
|
||||||
"private": {
|
|
||||||
"MAIL_URL": "",
|
|
||||||
"OAuth": {
|
|
||||||
"google": {
|
|
||||||
"clientId": "***REMOVED***",
|
|
||||||
"secret": "***REMOVED***",
|
|
||||||
"loginStyle": "popup"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue