With application performance monitoring and statistics, Sentry.io predicts expected values for any metrics query—and alerts you when your app’s performance falls outside the norm.
You write code. Open a PR. CI runs. PR merges. Prod’s on fire by 5pm. Maybe you skipped writing some tests. (It's tedious, sometimes unclear, and easy to ignore when you're racing to ship—until something breaks and you realize a test could’ve saved your Friday night.) Maybe the PR review was more of a drive-by from a teammate who barely had time to skim the diff. But reviews and tests matter.
What do the Snapchat, Airbnb, and Spotify iOS apps have in common? They all use order files to speed up their iOS app launch times. Order files re-order your binary to improve how symbols are loaded into memory. No code changes are necessary, but generating an optimized order file can be cumbersome, so it’s mostly done by larger teams or teams willing to pay for a service like Emerge Tools’ Launch Booster. It just so happens that Emerge Tools is now part of Sentry.
Tired of trying to guess if that half-baked LLM suggestion is really going to fix the issue with your code? Meet Seer—our new AI agent that taps into all the issue context from Sentry and your codebase to not just guess, but root cause gnarly issues and propose merge-ready fixes specific to your application. Code gen tools are great fun—and useful. But even a recent Microsoft study confirmed what you already know: AI struggles with debugging.
If you've ever had to debug a Flutter app after an error report that just says “Null check operator used on a null value,” you already know: context is everything. And context can be hard to come by when you’re juggling native code, Dart, async stack traces, and platform channels. With v9 of our Flutter SDK, we’re introducing some features to help you get even more visibility into what’s going wrong, with the insights to make it better. Here’s what’s new.
It’s one thing to debug your game during development, but once your game is in production, visibility into errors and failures in real gameplay is harder to achieve. And when something does go wrong, players are more likely to ragequit than submit a bug ticket.
Sentry’s auto-instrumentation, using BrowserTracing, is convenient. You can get interesting insights about your frontend application out-of-the-box, such as whether slow and failing API calls are hurting your user experience (summarized in Network Requests), or how your website stacks up against industry standards for performance (summarized in Web Vitals).
Unless you’ve been living under a rock, “MCP” is probably a term you’ve heard thrown around in the AI space. Each of the editors and LLM providers have been racing to add and enhance their MCP support. Sentry was fortunate enough to be included in Anthropics release announcements for MCP.
There's a lot more context to an error than the message blinking in red on your screen. Seer understands the context of your application and everything behind that error. Seer collects information from the Stack Trace, Logs, Traces and Spans, Profiles, and the code from your GitHub repo and uses it to understand what's causing your issues, and propose fixes.