Remove hardcoded Sentry DSN constants from Rust and frontend code. DSNs are now injected via SENTRY_DSN, SENTRY_DSN_REMOTE (Rust) and VITE_SENTRY_DSN (frontend) environment variables at build time, following the same pattern used for PostHog API keys. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>