Skip to content

Commit 4df6259

Browse files
Log cookie settings to fast api (#934)
* log to fast api * refactor * text * dont log api calls * move to internal api * only run on path change
1 parent 39e8446 commit 4df6259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/_common/fastApiTracking.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function FastApiTracker(): null {
3737
};
3838

3939
trackPageView();
40-
}, [pathname, searchParams]);
40+
}, [pathname]);
4141

4242
return null;
4343
}

0 commit comments

Comments
 (0)