Merge pull request #2122 from Safelite/feature/routerLogs

Feature/router logs
This commit is contained in:
CarlNation 2024-11-15 12:25:01 -05:00 committed by GitHub
commit 9e47ff363a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,10 +51,9 @@ const routes = [
// If we have no query string, or we don't have the FmgPage query string.
try {
log("------------- router index.js beforeEnter start -----------------");
log(" --to: ", JSON.stringify(to));
log(" --from: ", JSON.stringify(from));
log(" --next: ", JSON.stringify(next));
log(" --cookie: ", JSON.stringify(getFunnelCookie()));
log(" --to: ", to);
log(" --from: ", from);
log(" --cookie: ", getFunnelCookie());
await analyticsMixin.methods.validateSession();