Update configuration for local builds

This commit is contained in:
Manuel Bouza
2019-03-26 16:09:58 +01:00
parent 22ac8f4984
commit 76422d7343
7 changed files with 47 additions and 24 deletions

View File

@@ -25,7 +25,7 @@ const filterReport = report => {
}
const bugsnagClient = bugsnag({
apiKey: "da6caac4af70af3e4683454b40fe5ef5",
apiKey: process.env.BUGSNAG_API_KEY,
appVersion: getAppVersion(),
collectUserIp: false,
beforeSend: filterReport,