Operations | Monitoring | ITSM | DevOps | Cloud

Fixing Performance Issues Fast with Logs & Tracing

Learn how to quickly track down performance bottlenecks using Sentry Logs and Tracing. In this video, we walk through identifying a slow screen, jumping into the connected trace, and pinpointing slow backend steps, database calls, and AI/LLM operations. See how logs, issues, and traces work together to show the full picture of what happened in a single session.

Expose Hidden State Bugs with Sentry Logs

See how Sentry Logs can surface hidden state bugs that stack traces alone can’t explain. In this walkthrough, we debug a React Native app with an Express.js backend where a missing diet value causes a crash. We inspect the issue, pull in the connected logs, and confirm whether the problem comes from an initial render or from real backend data. By combining issues, traces, and logs from the same session, you get the full story—and a faster path to the fix.

Prioritizing Bugs with Sentry Logs

Learn how to use Sentry Logs to measure how often a bug occurs and which users it impacts. In this example, a React Native app with an Express.js backend crashes when the diet value becomes undefined. After identifying the root cause, we use Explore Logs to count how many times users switch their diet to “none,” filter the related log messages, and group results by user type to understand the impact.

Sentry x Acquired

On October 23, 2025, Sentry hosted a special live event featuring the hosts of the Acquired podcast, Ben Gilbert and David Rosenthal. Together, we spoke with some of today’s most inspiring leaders across tech and sports. Whether you’re a longtime Acquired listener or new to Sentry, tune into this rare chance to hear directly from some of the people shaping the next generation of everything from technology and storytelling to leadership and more.

From Error to Fix: AI-Powered Debugging with Sentry and GitHub

​This session will focus on the agent based features of Sentry for debugging an issue in a web application. We'll move through the broken issue - and show how tools like Sentry Seer and the GitHub repo integration make it easy to determine the root cause of an issue by bringing all the context of Sentry and code in GitHub together, and how the Sentry MCP makes it easy to pull all that context down into GitHub CoPilot to fix it locally.

[Workshop] Fixing Your Frontend: Performance Monitoring Best Practices

​The holiday season is here. Is your frontend ready for the traffic spike, or are you preparing for a debugging nightmare? ​In this live, hands-on workshop, we'll dive into the best practices for modern error and performance monitoring in Sentry. In this live hands on session, we’ll cover: ​Instrumenting Sentry and alert rules to surface and fix critical errors fast ​Optimizing site performance using Web Vitals like TTFB and LCP.