add correct bugsnag and segment keys

This commit is contained in:
Jeff Escalante 2020-04-10 16:01:30 -04:00
parent 298332c54e
commit d7edea1f65
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ import bugsnagReact from '@bugsnag/plugin-react'
const apiKey =
typeof window === 'undefined'
? 'b6c57b27a37e531a5de94f065dd98bc0'
: 'de0b822b269aa57b620efd8927e03744'
? 'be8ed0d0fc887d547284cce9e98e60e5'
: '01625078d856ef022c88f0c78d2364f1'
const bugsnagClient = bugsnag({
apiKey,

View File

@ -1,7 +1,7 @@
const isProd = process.env.NODE_ENV === 'production'
const segmentWriteKey = isProd
? 'AjXdfmTTk1I9q9dfyePuDFHBrz1tCO3l'
? 'IyzLrqXkox5KJ8XL4fo8vTYNGfiKlTCm'
: '0EXTgkNx0Ydje2PGXVbRhpKKoe5wtzcE'
// TODO: refactor into web components