Operations | Monitoring | ITSM | DevOps | Cloud

Session Replay: Reproducible User Sessions

See what your users see. Don't try and guess what happened, watch it. Session Replay is a feature for Mobile and Web apps on Sentry to record user sessions as reproducible sessions. These are not videos. On web, a session replay contains the entire DOM reconstruction and DevTools. It's exactly like inspecting in Chrome DevTools locally on your machine, but in a real production session.

Sentry + GitHub Copilot: Let Agents Find and Fix Your Errors

Andrea Griffiths is a Senior Developer Advocate at GitHub. She uses Sentry to monitor the Python scripts behind GitHub’s community streams, because when those pipelines fail, nobody knows until users start complaining. GitHub and Sentry built a loop that fixes that. Sentry catches the error, Seer diagnoses it, and Copilot drafts the fix. No one has to be in the middle of it. In this session, Paul Jaffre (Developer Experience at Sentry) breaks down what Seer is, then he and Andrea break a real script live and watch the loop catch it, diagnose it, and open the fix as a pull request.

Sentry Seer, MCP, & Warp Agents: Fixing Sentry Issues Outside of Sentry

This video walks through connecting Sentry's MCP server to a Warp Agent, so instead of an agent starting from a raw error, it starts from Seer's actual root cause diagnosis: the error, the surrounding code, and recent commits. From there, the Warp Agent takes that diagnosis, implements the fix directly in the codebase, and opens a PR, all without leaving Warp.

Sentry 201: Build agentic workflows with the Sentry MCP, CLI and Seer

Agents are pretty good at fixing your apps. We can make them even better. ​In this workshop we’re going to show you how to give your agents superpowers using Seer, the Sentry MCP server, and CLI tool. Join to learn how to: ​- Teach agents how to best implement and work with Sentry through agent skills and the CLI tool. ​- Set up Seer’s agent handoff feature for Claude, Cursor, or GitHub Copilot and have agents start automatically generating pull requests for fixes.

Sentry + Github Copilot Agents

Seer, Sentry's AI debugger, analyzes your issues and finds the root cause. Now you can pass that analysis directly to a GitHub Copilot agent which picks up the context, generates a fix, and opens a pull request. The agent session and PR both live on GitHub, with a link back in Sentry for easy access. This video walks through how the integration works and how to set it up in just a couple steps.