Develop - #148
Develop#148
Conversation
* fix(console): deprecated dapps, removed ethers, and enhancements * fix: yarn * fix: ci build * fix: removed fully mapps * fix: yarn * fix: vercel build
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
This PR refactors the PostHog analytics integration in two areas: it fixes the Next.js reverse proxy configuration to route static assets to eu-assets.i.posthog.com and event ingestion to eu.i.posthog.com (replacing the retired eu.posthog.com endpoint), and it removes several granular per-feature event types (e.g. DENTITY_ENABLED/DISABLED, EFP_ENABLED/DISABLED, DASHBOARD_LINK_CLICKED) in favor of unified, richer event types (PLUGIN_TOGGLED, LINK_CLICKED) that carry structured context fields like location, target, and domainCount. The CI pipeline is currently failing with exit code 1, which warrants investigation before merging.
✅ No blocking issues found by the automated review — this is not a substitute for human review.
No description provided.