add correct bugsnag and segment keys
This commit is contained in:
parent
298332c54e
commit
d7edea1f65
|
@ -4,8 +4,8 @@ import bugsnagReact from '@bugsnag/plugin-react'
|
|||
|
||||
const apiKey =
|
||||
typeof window === 'undefined'
|
||||
? 'b6c57b27a37e531a5de94f065dd98bc0'
|
||||
: 'de0b822b269aa57b620efd8927e03744'
|
||||
? 'be8ed0d0fc887d547284cce9e98e60e5'
|
||||
: '01625078d856ef022c88f0c78d2364f1'
|
||||
|
||||
const bugsnagClient = bugsnag({
|
||||
apiKey,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const isProd = process.env.NODE_ENV === 'production'
|
||||
|
||||
const segmentWriteKey = isProd
|
||||
? 'AjXdfmTTk1I9q9dfyePuDFHBrz1tCO3l'
|
||||
? 'IyzLrqXkox5KJ8XL4fo8vTYNGfiKlTCm'
|
||||
: '0EXTgkNx0Ydje2PGXVbRhpKKoe5wtzcE'
|
||||
|
||||
// TODO: refactor into web components
|
||||
|
|
Loading…
Reference in New Issue