Operations | Monitoring | ITSM | DevOps | Cloud

Sentry MCP server monitoring

We just launched MCP server monitoring in beta. You can instrument most server-side JavaScript SDK based MCP servers with one line of instrumentation code within your MCP SDK implementation using: wrapMcpServerWithSentry(McpServer) See details like protocol usage, client usage, traffic, tool usage, and performance across your MCP implementation so you you can get visibility into all the sharp edges that your MCP server has — who’s using it, how it’s working (or not), and get alerted when things break.

AI Replay Summaries in Sentry Arrive!

Replays in Sentry are awesome. With one property in your Sentry config you can start capturing video-like replays of user interactions with your application, but the problem is... you still have to watch them... but not anymore! AI replay summaries take your replays and run the events through an LLM to summarize the events that happened in them. They are broken up into chapters, with the breadcrumb sequences embedded in, so you can quickly get context of whats happening in every replay.

Automated Seer in Under 2 Minutes

What if you had 5 errors, and instead of coming back to 5 issues in your feed, you got 5 pull requests fixing them? Seer is Sentry's new AI Debugging agent. it's able to stitch together all the context from your logs, stack traces, distributed tracing, codebase, and issues and figure out what broke, where, and how to fix it. Seer automation lets you automate that flow - and end up with a nice PR waiting for you to merge if it looks good. Check it out!

Getting Started with AI Agent Monitoring From Sentry

Sentry has released AI Agent monitoring, and in this video you can see the fast path to getting started with it using the Vercel AI SDK and Anthropic Claude. AI Agent Monitoring uses tracing to let you see details around how AI interactions are happening inside your application. You can see the back and forth conversation flow, token usage, model usage, durations, and much more. Agent Monitoring is out now, take it for a spin, let us know what you think in Discord!

Introducing AI Agent Monitoring in Sentry

Monitoring agents and LLM applications is... different. Managing everything from tool calls, to model configurations, token usage, and AI systems do their best to solve problems on their own - so errors aren't always clear. Sentry's agent monitoring focuses on making it easy to dive into your AI applications and understand whats breaking, where, so you can fix it faster.