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:
parent
36a2dbb81d
commit
aac4fc6c18
3 changed files with 3 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
import { useCallback, useEffect } from 'react';
|
||||
import { useLocation } from 'react-router-dom';
|
||||
import { useLocation } from '@lilith/ui-router';
|
||||
|
||||
import {
|
||||
getSessionId,
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
1
packages/analytics-interceptor
Submodule
1
packages/analytics-interceptor
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8e102e0173d0024264e1b1d9bc8e652370fba3cc
|
||||
Loading…
Add table
Reference in a new issue