Typer is a library for building user friendly CLI applications in Python. Now, with the 2.20.0 release of Sentry's Python SDK there is an official integration to support error tracking.
Sentry's Release GitHub Action has improved sourcemaps Support to ensure stacktraces of issues can be properly un-minified.
You can now control who can edit or delete your dashboards by restricting permissions to owners or specific teams.
Session Replay for mobile is now generally available. It captures everything from device type, taps and swipes, to the cryptic gestures that somehow manage to crash your app.
Web Vitals Performance Scores now omit unsupported measurements.
The Dev Toolbar, now in open beta, is a floating widget in your web app, offering meaningful Sentry insights for the specific page being viewed. With three different page-aware panels: Issues, Feedback and Feature Flags, you can quickly surface relevant actionable issues when you have the most context for understanding them: as you browse your own site.
We've added feature flag context to issue details, providing deeper insight into the state of your application prior to an error. It can help you understand if a feature flag change is correlated with a new issue, as well as help you reproduce your users' application state at the time of an error.
Feature flag insights on your error events can help you understand if a feature flag change is correlated with a new issue as well as help you reproduce your users' application state at the time of an error.
The tree compare tool helps diagnose hydration errors in React by identifying and time stamping DOM mutations, with detailed context for debugging.
Sentry AI helps you understand and fix errors faster. Issue Summary quickly orients you to what's going wrong. Autofix works together with you to find the root cause and fix it with a pull request.
The latest beta release of the Sentry Java SDK is live with version 8.0.0-beta.2. It includes improvements to automatically capture more data from popular libraries and frameworks.