> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebender.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sentry

> Monitor and debug application errors - access error reports, stack traces, performance data, and release information

## Connect Firebender to Sentry

Connect Firebender to Sentry to monitor errors, debug issues, and analyze application performance.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/sentry.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=07fbe2488f12a18c80bf9e448ef9573a" type="video/webm" data-path="assets/mcp/sentry.webm" />
</video>

## What is Sentry?

Sentry is an error tracking and performance monitoring platform that helps developers identify, triage, and resolve issues in production.

With the Sentry MCP integration, Firebender can:

* Access error reports and stacktraces
* Query performance metrics
* Analyze issue trends
* View release information
* Debug production issues

## Installation

Click the button below to install the Sentry MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=sentry)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "sentry": {
      "url": "https://mcp.sentry.dev/mcp"
    }
  }
}
```

## Use Cases

* **Error Debugging**: Analyze errors with full context and stacktraces
* **Performance Analysis**: Monitor application performance metrics
* **Release Tracking**: Track issues across releases
* **Issue Prioritization**: Identify critical errors affecting users
