From 4673977d0468f2293315cdb5b6c57f7142178dc5 Mon Sep 17 00:00:00 2001 From: Okeino McGowan Date: Thu, 28 Dec 2023 08:28:08 -0500 Subject: [PATCH] updated to prod key --- src/components/atoms/analytics.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atoms/analytics.tsx b/src/components/atoms/analytics.tsx index 4fdbcb537..bcd7815fd 100644 --- a/src/components/atoms/analytics.tsx +++ b/src/components/atoms/analytics.tsx @@ -2,5 +2,5 @@ import { AnalyticsBrowser } from '@segment/analytics-next'; // We can export this instance to share with rest of our codebase. export const analytics = AnalyticsBrowser.load({ - writeKey: 'vkWzScRn3eSetN6cMhGhrzEuo4GaBJ0v', + writeKey: 'oTuJ7Ab15OkcWQH1nAQKcKewzi9sQL3k', });