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

@ -168,7 +168,7 @@ class ZapPool extends ExternalStore<Array<ZapPoolRecipient>> {
if (wallet.canAutoLogin()) {
await wallet.login();
}
trackEvent("ZapPool:Automatic");
trackEvent("ZapPool", { automatic: true });
await this.payout(wallet);
}
}