Sentry has introduced a new feature that automatically detects and groups common performance problems with code, providing actionable context to address application slowdowns and latency issues. This feature brings the workflow of errors and exceptions to performance monitoring, allowing developers to quickly identify and fix performance issues. Sentry now auto-detects frontend performance issues such as N+1 database queries, uncompressed assets, and large render-blocking assets, as well as backend performance issues like consecutive database queries, MN+1 database queries, and slow database queries. Additionally, Sentry detects mobile performance issues, including file I/O on main thread errors. With this new feature, developers can take immediate action to triage and resolve performance issues, improving the overall user experience of their applications.