fix: resolve PostHog analytics health findings - #194
Merged
Merged
Conversation
|
React Doctor found no new issues. 🎉 Reviewed by React Doctor for commit |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tagium | 1e9ebe4 | Commit Preview URL Branch Preview URL |
Sep 03 2026, 11:29 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
🤖 GPT-5.6 Sol on behalf of Oliver
Problem
PostHog reported four analytics health findings: an outdated browser SDK, missing web vitals, an undetected reverse proxy, and no authorized app URLs.
What changed
posthog-js; the lockfile resolves 1.426.2tagium.appandsave.tagium.appto the PostHog project through the CLIThe authorized URL finding has already cleared. The other checks need a production deployment and fresh events before PostHog can mark them healthy.
Review
Preview builds do not send analytics. The expected preview result is no user-facing regression or analytics-related console error.
The privacy boundary is intentional. Only numeric web-vital values pass the event sanitizer. Attribution selectors, page URLs, and a proxy host that does not exactly match the configured analytics host remain excluded.
Automated verification completed with
bun run testat 661 passing tests,bun run build, andbun run lint. Lint reports only existing warnings outside this change.Changes made by GPT-5.6 Sol using the Codex harness in T3 Code.