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