From 933a6406142cb40810d7168310e932d817149ba2 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 28 Feb 2026 19:29:11 -0800 Subject: [PATCH] docs(pricing): add explanation of events tracked by the dashboard --- landing/app/pricing/pricing-client.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/landing/app/pricing/pricing-client.tsx b/landing/app/pricing/pricing-client.tsx index 22d1b19458..af2b0dad91 100644 --- a/landing/app/pricing/pricing-client.tsx +++ b/landing/app/pricing/pricing-client.tsx @@ -579,6 +579,18 @@ export function PricingPageClient() { ))} + +
+

+ + What's an event? + {" "} + An event is any auth action tracked by the dashboard — + sign-ins, sign-ups, session refreshes, password resets, OTP + verifications, and more. Each API call that triggers an + auth action counts as one event. +

+
{/* Section: Feature comparison */}