Merge pull request #1955 from Safelite/feature/debugUrl

debug url
This commit is contained in:
CarlNation 2024-08-28 10:42:57 -04:00 committed by GitHub
commit 1b35e55755
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,6 +106,8 @@ export async function getImplicitNavigation(toRoute) {
*/
export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLog }) {
console.log(new Date() + "navigateToHeritageFunnel: externalUrl:" + externalUrls.HERITAGE_FUNNEL);
console.log(new Date() + "navigateToHeritageFunnel: VUE_APP_HERITAGE_FUNNEL:" + process.env.VUE_APP_HERITAGE_FUNNEL);
// Create the order (or save existing order) when navigating to Heritage Funnel.
if (shouldSaveSession) {
await saveSession({ pageNameToLog: pageNameToLog, shouldAwaitSaveSessionQueue: true });