Merged in release/2021-08-27 (pull request #187)
Remove tracker assist for CI. Approved-by: Patrick Fic
This commit is contained in:
@@ -11,7 +11,7 @@ import App from "./App";
|
|||||||
import trackerGraphQL from "@openreplay/tracker-graphql";
|
import trackerGraphQL from "@openreplay/tracker-graphql";
|
||||||
//import trackerRedux from "@openreplay/tracker-redux";
|
//import trackerRedux from "@openreplay/tracker-redux";
|
||||||
import Tracker from "@openreplay/tracker";
|
import Tracker from "@openreplay/tracker";
|
||||||
import trackerAssist from "@openreplay/tracker-assist";
|
//import trackerAssist from "@openreplay/tracker-assist";
|
||||||
moment.locale("en-US");
|
moment.locale("en-US");
|
||||||
|
|
||||||
export const tracker = new Tracker({
|
export const tracker = new Tracker({
|
||||||
@@ -27,7 +27,7 @@ export const tracker = new Tracker({
|
|||||||
sessionID
|
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());
|
export const recordGraphQL = tracker.use(trackerGraphQL());
|
||||||
tracker.start();
|
tracker.start();
|
||||||
if (process.env.NODE_ENV === "production") LogRocket.init("gvfvfw/bodyshopapp");
|
if (process.env.NODE_ENV === "production") LogRocket.init("gvfvfw/bodyshopapp");
|
||||||
|
|||||||
Reference in New Issue
Block a user