A new version of the Kotlin Multiplatform SDK v0.5.0 is now available, which adds support for the first stable Kotlin release, version 1.9.20.
Are users smashing buttons on your site expecting something to happen? Now you can get alerted to rage clicks within Sentry to take action on them as soon as they occur. With rage click issues, you can get all the handy workflow components that come with Sentry issues to triage your rage clicks (i.e., resolve, assign, archive, etc.) as well as the debugging context needed to resolve them.
We've revamped the local variables UI in the stack trace view to make debugging a breeze!
Sentry Performance officially supports INP (Interaction to Next Paint) - Google's newest core web vital.
With Sentry React Native SDK 5.16.0 and Expo SDK 50, it’s now easier than ever to use Sentry with Expo applications.
A key metric in your mobile application's health is app start time. We've introduced a new view, called App Starts, that leverages the automatic instrumentation in the Android and iOS SDKs to highlight specific changes in your app start spans between releases. You can now easily monitor your app start performance, and drill-down into a screen's start up time all the way down to events and profiles for span operations causing slowdowns.
Navigating between issues within a single trace is easier than ever with the new trace timeline. The trace timeline displays up to 100 other issues within the current event’s trace flattened into a timeline of events. You can navigate to all related errors and spans in the trace by clicking “View Full Trace."
Replays have always been a crucial part of the debugging workflow, but required leaving the issue in order to do so. Now embedded directly within the issue details page, Replay clips offer a way to save you precious time and context switching.
Managing multiple cron monitors has typically been a tedious process, and we're excited to announce a new crons bulk management tool that allows you to enable/disable and mute/unmute multiple monitors at once. Click the "Manage Monitors" button on the crons listing page to access this new modal.
February 21, 2024
You can now use is:unresolved directly in metric alerts which automatically excludes events from archived or resolved issues..
When you open a pull request in GitHub, Sentry will comment and inform you if there are any unhandled issues being caused by the functions you are modifying...
Stack trace links to source code and Codecov reports are incredibly useful features for developers. However, they previously required source context to be available. We now support stack trace linking for frames that lack context. These changes primarily benefit iOS, .NET, Android, and Native SDK users.
The "Open this line in GitHub" link will appear directly in the frame title as seen in this example. Other stack trace frames that do provide context, e.g. python, will also find their links in the same location.
Identify signs of user frustration with rage click issues in Sentry - a series of rapid clicks on an the same unresponsive element.
We're excited to announce canvas support is now available in beta for Session Replay videos. For all websites/apps that leverage HTML canvas elements, you...
We are excited to announce the continued rollout of backpressure management to more Sentry SDKs. Now available on Python > v1.30.0 , Java >v7.1.0 , and Ruby...
We are excited to announce the immediate availability of our PHP SDK v4.4.0. The following improvements are included with this release.
Your code just got a makeover! Stack traces now incorporate syntax highlighting for code snippets.
If you’re using Next.js with Sentry’s Session Replay, we’ve launched an experimental Hydration Error diff tool.
Sentry’s JavaScript SDK now auto-instruments cron monitors for the cron and node-cron libraries. Sentry Crons allows you to monitor the uptime and...
We are proud to announce support for Electron Renderers (UIs)! Profiling offers code-level visibility into your running app, allowing you to identify hot...