Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/data/patterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -1381,6 +1381,12 @@ export const patterns = [
"Sits in front of model API calls providing caching, rate limiting, cost tracking, and model fallbacks. One endpoint for observability across all your agent's LLM calls.",
url: "https://developers.cloudflare.com/ai-gateway/",
},
{
name: "Sentry",
description:
"Performance and error monitoring with traces, logs, and session replay. AI Agent and MCP monitoring track LLM performance and cost.",
url: "https://sentry.io",
},
],
links: [
{
Expand All @@ -1393,6 +1399,11 @@ export const patterns = [
url: "https://braintrust.dev",
type: "tool",
},
{
label: "Sentry: AI Agent and MCP Monitoring",
url: "https://docs.sentry.io/ai/monitoring/",
type: "tool",
},
],
relatedIds: ["evals", "human-in-loop", "guardrails"],
},
Expand Down