Skip to content

Commit

Permalink
Merge pull request #1646 from appwrite/fix-plausible
Browse files Browse the repository at this point in the history
Fix: Plausible
  • Loading branch information
ernstmul authored Jan 15, 2025
2 parents 1ce514d + bdcf5f3 commit 77dc401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/actions/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const trackEvent = async (platforms: {
console.log(`[Analytics] Event`, platforms.plausible, platforms.posthog);
} else {
if (platforms.plausible) {
await analytics.track(plausible.name, { ...platforms.plausible.data, path });
await analytics.track(platforms.plausible.name, { ...platforms.plausible.data, path });
}

if (platforms.posthog) {
Expand Down

0 comments on commit 77dc401

Please sign in to comment.