From c9fa673ee80044849b14bc42872e93825a592c87 Mon Sep 17 00:00:00 2001 From: Melissa Autumn Date: Thu, 1 Aug 2024 09:31:37 -0700 Subject: [PATCH] Include the frontend posthog prod config --- frontend/.env.prod.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/.env.prod.example b/frontend/.env.prod.example index 1ba9c6198..571345e7b 100644 --- a/frontend/.env.prod.example +++ b/frontend/.env.prod.example @@ -12,3 +12,7 @@ VITE_AUTH_SCHEME=fxa # For fxa VITE_FXA_EDIT_PROFILE=https://accounts.firefox.com/settings + +# -- Posthog -- +VITE_POSTHOG_PROJECT_KEY=phc_GDn7IOZwfpg1qNFC4hhQrKUd5xdsLYmTAT8OMgQfGEu +VITE_POSTHOG_HOST=https://us.i.posthog.com