- Replaced direct Sentry SDK script tag with the Sentry Loader - The loader handles CORS/network failures gracefully without breaking the app - Moved Sentry configuration to use the onLoad callback - Maintains the same configuration (100% sampling, BrowserTracing, etc.) The Sentry Loader is a small inline script that: 1. Captures errors immediately (even before SDK loads) 2. Loads the SDK asynchronously 3. Handles load failures gracefully 4. Replays captured errors once SDK is loaded This approach avoids CORS errors breaking the page load while still providing error tracking when the SDK is accessible. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| features | ||
| hooks | ||
| types | ||
| app.js | ||
| map.ts | ||
| map_fixes.ts | ||
| map_helpers.ts | ||
| topbar.js | ||