update bugsnag config (#7261)

This commit is contained in:
Jeff Escalante
2020-03-03 17:51:24 -05:00
committed by GitHub
parent d7896b9d10
commit ce282a32ac

View File

@@ -4,8 +4,8 @@ import bugsnagReact from '@bugsnag/plugin-react'
const apiKey =
typeof window === 'undefined'
? 'fb2dc40bb48b17140628754eac6c1b11'
: '07ff2d76ce27aded8833bf4804b73350'
? '61141296f1ba00a95a8788b7871e1184'
: '4fa712dfcabddd05da29fd1f5ea5a4c0'
const bugsnagClient = bugsnag({
apiKey,