Sentry Performance Monitoring
Helps with performance optimization, monitoring as part of automating DevOps pipelines and CI/CD workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add sentry-performance-monitoring npx -- -y @trustedskills/sentry-performance-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"sentry-performance-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/sentry-performance-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill integrates with Sentry to provide performance monitoring data directly within your AI agent workflows. It allows you to query and analyze transaction traces, identify performance bottlenecks, and correlate application errors with user behavior. The skill provides access to key metrics like duration, database time, and external requests for improved debugging and optimization.
When to use it
- Debugging slow transactions: Investigate why a specific user flow is taking longer than expected.
- Identifying error sources: Correlate application errors with performance data to pinpoint the root cause of issues.
- Proactive Performance Optimization: Analyze transaction traces to identify areas for code or infrastructure improvements.
- Understanding User Impact: Analyze performance metrics in conjunction with user sessions to understand how slowdowns affect user experience.
Key capabilities
- Query Sentry transaction data
- Access transaction trace details (duration, database time, external requests)
- Correlate errors and performance data
- Retrieve user session information related to transactions
Example prompts
- "Show me the slowest 10 transactions in the last hour."
- "Find all transactions with a duration greater than 5 seconds that occurred yesterday."
- "What database queries are contributing most to slow transaction times?"
- “Give me details on user sessions associated with errors related to order processing.”
Tips & gotchas
- Requires an active Sentry account and API key for authentication.
- Performance data is only as accurate as the instrumentation within your application, ensure proper Sentry setup.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.