A better way to monitor your AI agents in .NET apps
blog.sentry.io·1d
💬Prompt Engineering
Preview
Report Post

We launched agent monitoring earlier this year, allowing our users to instrument LLM usage and tool calls in their applications. However, we only had Agent Monitoring support for Python and JavaScript. We’ve been working on creating an Agent Monitoring SDK for .NET — specifically for Microsoft.Extensions.AI.Abstractions.

Introducing Sentry.Extensions.AI

``Sentry.Extensions.AI is our drop-in instrumentation layer for .NET LLM packages that are based on Microsoft.Extensions.AI.Abstractions. You can instrument your LLM usage including:

LLM calls

Inputs and outputs

Token count

Model name

Tool calls input/output

Issues related to the LLM call …

Similar Posts

Loading similar posts...