sentry-architecture-variantsClaude Skill
Execute sentry architecture patterns for different application types.
1.4k Stars
173 Forks
2025/10/10
| name | sentry-architecture-variants |
| description | Execute sentry architecture patterns for different application types. Use when setting up Sentry for monoliths, microservices, serverless, or hybrid architectures. Trigger with phrases like "sentry monolith setup", "sentry microservices", "sentry serverless", "sentry architecture pattern". |
| allowed-tools | Read, Write, Edit, Grep |
| version | 1.0.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
Sentry Architecture Variants
Prerequisites
- Application architecture documented
- Service inventory available
- Team ownership defined
- Deployment model understood
Instructions
- Identify application type (monolith, microservices, serverless, hybrid)
- For monoliths, create single project and use tags for module filtering
- For microservices, create one project per service with shared config
- Configure distributed tracing with sentry-trace and baggage headers
- For serverless, use framework-specific SDK wrappers
- Set up cross-system tracing for hybrid architectures
- Configure message queue integration with trace context propagation
- Add tenant isolation tags for multi-tenant applications
- Set up edge function monitoring with platform-specific SDKs
- Document architecture decisions and implement team-based access controls
Output
- Architecture-appropriate Sentry configuration
- Project structure matching application topology
- Distributed tracing configured
- Team-based access controls
Error Handling
See {baseDir}/references/errors.md for comprehensive error handling.
Examples
See {baseDir}/references/examples.md for detailed examples.
Resources
Similar Claude Skills & Agent Workflows
git-commit
5.4k
Generate well-formatted git commit messages following conventional commit standards
code-review
5.4k
Comprehensive code review assistant that analyzes code quality, security, and best practices
dsql
7.9k
Build with Aurora DSQL - manage schemas, execute queries, and handle migrations with DSQL-specific requirements.
backend-dev-guidelines
20.7k
Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo.
Material Component Dev
7.6k
FlowGram 物料组件开发指南 - 用于在 form-materials 包中创建新的物料组件
Create Node
7.6k
用于在 FlowGram demo-free-layout 中创建新的自定义节点,支持简单节点(自动表单)和复杂节点(自定义 UI)