Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐝 analytics: swap out Bugsnag for Sentry #4204

Open
bnjmacdonald opened this issue Nov 21, 2024 · 2 comments · May be fixed by #4409
Open

🐝 analytics: swap out Bugsnag for Sentry #4204

bnjmacdonald opened this issue Nov 21, 2024 · 2 comments · May be fixed by #4409
Assignees
Labels

Comments

@bnjmacdonald
Copy link
Contributor

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

  • Q: What Sentry features are useful to turn on, beyond session replays and Sentry's default error monitoring?
    • A: For Bobbie, it would be useful to have tracing turned on for sampled session replays, which provide some helpful context (e.g. http referrer).
    • ...?
@bnjmacdonald bnjmacdonald changed the title 🔨 Swap out Bugsnag for Sentry 🐝 : Swap out Bugsnag for Sentry Nov 21, 2024
@bnjmacdonald bnjmacdonald changed the title 🐝 : Swap out Bugsnag for Sentry 🐝 Swap out Bugsnag for Sentry Nov 21, 2024
@bnjmacdonald bnjmacdonald changed the title 🐝 Swap out Bugsnag for Sentry 🐝 analytics: Swap out Bugsnag for Sentry Nov 21, 2024
@bnjmacdonald bnjmacdonald changed the title 🐝 analytics: Swap out Bugsnag for Sentry 🐝 analytics: swap out Bugsnag for Sentry Nov 21, 2024
@rakyi
Copy link
Contributor

rakyi commented Nov 26, 2024

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

@rakyi rakyi added priority 3 - nice to have soonish and small Do it some time soon like next cooldown and removed needs triage labels Nov 26, 2024
@rakyi rakyi self-assigned this Jan 8, 2025
@rakyi rakyi linked a pull request Jan 8, 2025 that will close this issue
@rakyi
Copy link
Contributor

rakyi commented Jan 14, 2025

The above is actually probably not true. The console integration is only for capturing console logs as breadcrumbs, not events. But let's see how it works in practice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants