Weekly report percentages are now correct

The weekly report's "vs previous week" percentages were inflated because the report queried the legacy Athena table directly instead of the unified view. A 5% real change was rendering as a 580% increase.

If you received this morning's weekly digest you'd have seen "vs previous week" deltas like +581.9% on Total requests. Those were nonsense.

The cause: the weekly-report Lambda was reading from the legacy requests Athena table directly, while the dashboard reads from the requests_all view that unions legacy + post-March-13 data. The legacy table only has a fraction of recent traffic, so the "previous week" total looked tiny compared to "this week" — making every percentage explode.

Fix: weekly-report now reads from the same union view the dashboard uses. Numbers should match what you see in-app.

If you want a fresh report with the correct percentages, hit "Send now" in Website Settings → Reports.

← Copy the full Vector ingest token from onboardingDaily alert digests now run per-site, isolated from each other →
← All changelog entries