chore(analytics-client, analytics-interceptor): 🔧 Add funnel event tracking hook and enhance page view implementation

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-07 01:29:53 -08:00
parent 36a2dbb81d
commit aac4fc6c18
3 changed files with 3 additions and 2 deletions

View file

@ -24,7 +24,7 @@
*/
import { useCallback, useEffect } from 'react';
import { useLocation } from 'react-router-dom';
import { useLocation } from '@lilith/ui-router';
import {
getSessionId,

View file

@ -1,6 +1,6 @@
import { useEffect, useRef, useState } from 'react';
import { useLocation } from 'react-router-dom';
import { useLocation } from '@lilith/ui-router';
import { useAnalytics } from '../analytics-context';

@ -0,0 +1 @@
Subproject commit 8e102e0173d0024264e1b1d9bc8e652370fba3cc