mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-22 14:47:56 +01:00
Init GA
This commit is contained in:
parent
3df835081c
commit
8cb9b910f2
@ -26,6 +26,8 @@ declare module '@mui/styles/defaultTheme' {
|
|||||||
|
|
||||||
// Google Analytics Initialization.
|
// Google Analytics Initialization.
|
||||||
GoogleAnalytics.initialize('UA-2347723-1');
|
GoogleAnalytics.initialize('UA-2347723-1');
|
||||||
|
GoogleAnalytics.pageview(window.location.pathname + window.location.search);
|
||||||
|
|
||||||
|
|
||||||
const queryClient = new QueryClient({
|
const queryClient = new QueryClient({
|
||||||
defaultOptions: {
|
defaultOptions: {
|
||||||
|
Loading…
Reference in New Issue
Block a user