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]);