owid / owid-grapher

A platform for creating interactive data visualizations
https://ourworldindata.org
MIT License
1.4k stars 228 forks source link

🐝 analytics: swap out Bugsnag for Sentry #4204

Open bnjmacdonald opened 5 days ago

bnjmacdonald commented 5 days ago

Swap out Bugsnag's error monitoring for Sentry. Also enable Sentry tracing and profiling, as desired.

Context

After experimenting the past ~2 weeks with Sentry session replays, we've decided they are valuable and worth continuing going forward. And we've been approved for a sponsored plan, which gives us a very generous budget of replays, traces, spans, etc per month.

Scope

rakyi commented 19 hours ago

Note: Use native Sentry integration for capturing console instead of logErrorAndMaybeSendToBugsnag helper. This is automatically enabled in the Express package.