fix(landing): restore homepage view tracking - #6260
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Adds a node SSR regression test that stubs landing sections and asserts the analytics marker appears exactly once in static markup, guarding against duplicate or missing composition. Reviewed by Cursor Bugbot for commit e1b35c3. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR restores homepage analytics by mounting the existing
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness or security issues identified. The homepage now mounts the existing tracker exactly once, and the added regression test directly covers that composition without altering other landing-page behavior.
|
| Filename | Overview |
|---|---|
| apps/sim/app/(landing)/landing.tsx | Mounts the existing client-side landing analytics tracker once alongside the homepage content. |
| apps/sim/app/(landing)/landing.test.tsx | Adds focused composition coverage that detects removal or duplicate rendering of the tracker. |
Reviews (1): Last reviewed commit: "fix(landing): restore homepage view trac..." | Re-trigger Greptile
Summary
Type of Change
Testing
bun run test 'app/(landing)/landing.test.tsx'bun run lintChecklist