name: olore-sentry-latest description: Local Sentry documentation reference (latest). Sentry error monitoring documentation. Use for error tracking, performance monitoring, session replay, SDK setup, alerts, releases, and integrations.
Sentry Documentation
Sentry error monitoring documentation. Use for error tracking, performance monitoring, session replay, SDK setup, alerts, releases, and integrations.
Quick Reference
| Task | Entry Point |
|---|---|
| SDK setup (JavaScript) | contents/platforms/javascript/index.mdx |
| SDK setup (Python) | contents/platforms/python/index.mdx |
| SDK setup (other platform) | contents/platforms/{platform}/index.mdx |
| Error tracking & issues | contents/product/issues/ |
| Performance & tracing | contents/product/explore/ |
| Alerts & cron monitors | contents/product/monitors-and-alerts/ |
| Releases & deploy tracking | contents/product/releases/ |
| Sentry CLI | contents/cli/ |
| REST API | contents/api/ |
| PII scrubbing | contents/security-legal-pii/scrubbing/ |
When to use
Use this skill when the user asks about:
- Setting up Sentry SDK in any language or framework (JavaScript, Python, Go, Ruby, Java, .NET, PHP, iOS, Android, etc.)
- Error tracking, issue grouping, fingerprinting, and triage
- Performance monitoring, distributed tracing, N+1 queries, slow DB queries
- Session replay, profiling, and metrics
- Alerts, cron monitors, and uptime checks
- Releases, deploy tracking, and release health
- Sentry CLI for source maps, debug symbols, and releases
- Integrations with Jira, Slack, GitHub, PagerDuty, and others
- OpenTelemetry (OTLP) integration with Sentry
- PII scrubbing and data privacy configuration
- Sentry REST API usage
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify the relevant platform under
contents/platforms/{platform}/or product feature undercontents/product/ - Read specific files for details
TOC.md contains all files organized by directory - always check it first.