chore(analytics): remove Profound request tracking - #7326
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
There was a problem hiding this comment.
No issues found across 3 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Heads up: you’re close to your included review allowance. Set a flex budget so reviews don’t pause.
Re-trigger cubic
Greptile SummaryThis maintenance PR removes Profound request-log collection while preserving the proxy’s existing indexing policy.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, security, or repository-rule issues identified. The deleted analytics module and environment keys have no remaining references, and every proxy branch continues to return the same response after applying the unchanged indexing policy.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/analytics/profound.ts | Deletes the Profound request batching implementation; no remaining repository references to its module or exports were found. |
| apps/sim/lib/core/config/env.ts | Removes the two optional Profound analytics environment properties, with no remaining typed consumers. |
| apps/sim/proxy.ts | Removes Profound tracking while preserving response identity, status, return paths, and indexing-policy mutations. |
Reviews (1): Last reviewed commit: "chore(analytics): remove Profound reques..." | Re-trigger Greptile
Summary
Type of Change
Testing
bun run lintbun run apps/sim/scripts/check-block-registry.ts origin/stagingbun run check:auditsbun run --cwd apps/sim test proxy.test.tsChecklist