Sentry now handles exception groups for users using ExceptionGroup and derived types in Python, or similar classes such as AggregateException in .NET. Within...
SQL is shown throughout Sentry.io in issue breadcrumbs, performance issues, and transaction spans. Previously this SQL was not formatted, making it difficult...
Official support for SvelteKit is now live. The SDK is also supported via our wizard to install our SDK with one line npx @sentry/wizard@latest -i sveltekit...
You can now monitor your recurring jobs in less than five minutes for Python, Celery, PHP, Laravel, and Node.JS.
In Sentry Python SDK version 1.23.0 we introduced support for Loguru . Example usage (see the documentation to learn more): What will happen:
If you want to use Sentry Crons to monitor all your Celery Beat scheduled tasks, you can do so now by the flip of a switch: Now the Sentry Python SDK will...
Vercel released support for Cron Jobs , and since we also have support for Cron Job Monitoring (Beta) for Node.js, we wanted to make the set up process even...
You can grant a Sentry member an admin role for team A and a contributor role for team B. This allows Sentry organizations to grant more granular controls to...
View request/response bodies and API headers, for the URLs you care about in Session Replay . Identify the root cause of arcane errors, while mirroring the...
Understand the user impact of your backend errors by viewing the associated replay video of the user session. Here's how: 1. On Issue Details for backend web...