From 44c17bd7a2e515cfa240055262b2c8b1d0e152d4 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 23 Aug 2021 08:43:14 -0700 Subject: [PATCH] Remove tracker assist for CI. --- client/src/App/App.container.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App/App.container.jsx b/client/src/App/App.container.jsx index 653f11941..d4498f779 100644 --- a/client/src/App/App.container.jsx +++ b/client/src/App/App.container.jsx @@ -11,7 +11,7 @@ import App from "./App"; import trackerGraphQL from "@openreplay/tracker-graphql"; //import trackerRedux from "@openreplay/tracker-redux"; import Tracker from "@openreplay/tracker"; -import trackerAssist from "@openreplay/tracker-assist"; +//import trackerAssist from "@openreplay/tracker-assist"; moment.locale("en-US"); export const tracker = new Tracker({ @@ -27,7 +27,7 @@ export const tracker = new Tracker({ sessionID ), }); -tracker.use(trackerAssist({ confirmText: "Confimr hep" })); // check the list of available options below +//tracker.use(trackerAssist({ confirmText: "Confimr hep" })); // check the list of available options below export const recordGraphQL = tracker.use(trackerGraphQL()); tracker.start(); if (process.env.NODE_ENV === "production") LogRocket.init("gvfvfw/bodyshopapp");