From a5fdd3d5259ff7e131c50a6c014849b3d5236180 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Fri, 10 Apr 2020 16:01:30 -0400 Subject: [PATCH] add correct bugsnag and segment keys --- website/lib/bugsnag.js | 4 ++-- website/lib/consent-manager-config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/lib/bugsnag.js b/website/lib/bugsnag.js index 6820d73e59..5bd1b9e2d4 100644 --- a/website/lib/bugsnag.js +++ b/website/lib/bugsnag.js @@ -4,8 +4,8 @@ import bugsnagReact from '@bugsnag/plugin-react' const apiKey = typeof window === 'undefined' - ? 'b6c57b27a37e531a5de94f065dd98bc0' - : 'de0b822b269aa57b620efd8927e03744' + ? 'be8ed0d0fc887d547284cce9e98e60e5' + : '01625078d856ef022c88f0c78d2364f1' const bugsnagClient = bugsnag({ apiKey, diff --git a/website/lib/consent-manager-config.js b/website/lib/consent-manager-config.js index 36d3e58902..7d723c23cf 100644 --- a/website/lib/consent-manager-config.js +++ b/website/lib/consent-manager-config.js @@ -1,7 +1,7 @@ const isProd = process.env.NODE_ENV === 'production' const segmentWriteKey = isProd - ? 'AjXdfmTTk1I9q9dfyePuDFHBrz1tCO3l' + ? 'IyzLrqXkox5KJ8XL4fo8vTYNGfiKlTCm' : '0EXTgkNx0Ydje2PGXVbRhpKKoe5wtzcE' // TODO: refactor into web components