Merge pull request #2122 from Safelite/feature/routerLogs
Feature/router logs
This commit is contained in:
commit
9e47ff363a
1 changed files with 3 additions and 4 deletions
|
|
@ -51,10 +51,9 @@ const routes = [
|
||||||
// If we have no query string, or we don't have the FmgPage query string.
|
// If we have no query string, or we don't have the FmgPage query string.
|
||||||
try {
|
try {
|
||||||
log("------------- router index.js beforeEnter start -----------------");
|
log("------------- router index.js beforeEnter start -----------------");
|
||||||
log(" --to: ", JSON.stringify(to));
|
log(" --to: ", to);
|
||||||
log(" --from: ", JSON.stringify(from));
|
log(" --from: ", from);
|
||||||
log(" --next: ", JSON.stringify(next));
|
log(" --cookie: ", getFunnelCookie());
|
||||||
log(" --cookie: ", JSON.stringify(getFunnelCookie()));
|
|
||||||
|
|
||||||
await analyticsMixin.methods.validateSession();
|
await analyticsMixin.methods.validateSession();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue