feat: enable PostHog session replay and fix checkout origin fallback

- Enable session recording in PostHog provider (was disabled by default)
- Add origin URL fallback in checkout route to prevent Stripe "Not a valid URL" error
- Refactor logo component to extract LogoIcon and add color scheme support
- Add .moat/ to gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-02-22 23:48:38 +00:00
parent 49edf70235
commit c7ee5ce269
4 changed files with 64 additions and 73 deletions

View File

@@ -27,7 +27,7 @@ if (typeof window !== "undefined" && isValidPosthogConfig) {
person_profiles: "always",
capture_pageview: false,
disable_external_dependency_loading: true,
disable_session_recording: true,
disable_session_recording: false,
});
}