From a33c481dd56172066a03076b11682dbed1324d69 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 3 May 2023 14:51:51 -0700 Subject: [PATCH] Default log rocket on in Rome Production. --- client/src/App/App.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/App/App.jsx b/client/src/App/App.jsx index 422b4a05b..cce68932e 100644 --- a/client/src/App/App.jsx +++ b/client/src/App/App.jsx @@ -77,8 +77,9 @@ export function App({ if (currentUser.authorized && bodyshop) { client.setAttribute("imexshopid", bodyshop.imexshopid); + LogRocket.init("rome-online/rome-online"); if (client.getTreatment("LogRocket_Tracking") === "on") { - LogRocket.init("gvfvfw/bodyshopapp"); + LogRocket.init("rome-online/rome-online"); } } }, [bodyshop, client, currentUser.authorized]);