chore: track events with props

This commit is contained in:
2023-12-10 18:40:01 +00:00
parent d00f8b0d85
commit 755ba17dab
7 changed files with 31 additions and 27 deletions

View File

@ -60,7 +60,7 @@ import NetworkGraph from "@/Pages/NetworkGraph";
declare global {
interface Window {
plausible?: (tag: string) => void;
plausible?: (tag: string, e?: object) => void;
}
}