Application Metrics caught my broken size estimator
Some numbers are too important to bury in a log or lose to sampling. A little video converter became the clearest case I've seen for tracking KPIs with Application Metrics.
Some numbers are too important to bury in a log or lose to sampling. A little video converter became the clearest case I've seen for tracking KPIs with Application Metrics.
The all-or-nothing sendDefaultPii boolean is going away. dataCollection replaces it with a dial for each category of data, so you can keep the headers you debug with and drop the values you would rather not store.
Session replay tools split into UX analytics tools and developer debugging tools. Here's how to tell which one you're evaluating, and the architectural questions that matter for each.
Every morning, a Claude Routine reads the previous night's Seer conversations, flags the broken ones, and files Linear tickets — before anyone's at their desk.
A full roundup of everything that shipped for Sentry Logs this summer — log pinning, overhauled exports, chart enhancements, terabyte-scale search, and a pile of usability fixes.
We built a system that uses Seer and Claude routines to automatically detect, fix, and route code issues — here's what we built and what we learned.
The OtlpIntegration connects your OpenTelemetry traces with Sentry error tracking, so you can click an error and see the OTel trace that caused it.
A stack trace tells you where your game died, not why. Session Replay for the Sentry Unreal Engine SDK attaches the last few seconds of gameplay to every crash report so you can watch what actually happened.
Most bugs sit in the backlog forever because fixing them costs more than the feature they compete with. With Sentry, Seer, and cloud coding agents, that math has changed.
Version 2.0.0 of Sentry's Godot Engine SDK brings C#/.NET support and application metrics to general availability.
Good logs are not just messages. They are small, queryable events with stable names, scalar attributes, and enough context to debug production systems.
Learn how to trace MongoDB queries in your .NET apps using OpenTelemetry instrumentation and Sentry's OTLP support, with full correlation to errors and replays.
Seer Agent now understands Sentry pages through structured semantic context instead of ASCII snapshots, cutting token usage by up to 85% while maintaining the same answer quality.
When in doubt, start by adding a few targeted log lines. Here are best practices for using logs to make your application easier to debug.