# Sentry Documentation

Sentry is a developer-first application monitoring platform that helps you identify and fix issues in real-time. It provides error tracking, performance monitoring, session replay, and more across all major platforms and frameworks.

## Key Features

- **Error Monitoring**: Capture and diagnose errors with full stack traces, breadcrumbs, and context
- **Tracing**: Track requests across services to identify performance bottlenecks
- **Session Replay**: Watch real user sessions to understand what led to errors
- **Profiling**: Identify slow functions and optimize application performance
- **Crons**: Monitor scheduled jobs and detect failures
- **Logs**: Collect and analyze application logs in context

## Documentation Sections

- [account](https://docs.sentry.io/account.md)
- [api](https://docs.sentry.io/api.md)
- [changelog](https://docs.sentry.io/changelog.md)
- [cli](https://docs.sentry.io/cli.md)
- [concepts](https://docs.sentry.io/concepts.md)
- [contributing](https://docs.sentry.io/contributing.md)
- [organization](https://docs.sentry.io/organization.md)
- [platforms](https://docs.sentry.io/platforms.md)
- [pricing](https://docs.sentry.io/pricing.md)
- [product](https://docs.sentry.io/product.md)
- [security-legal-pii](https://docs.sentry.io/security-legal-pii.md)

## Quick Links

- [Platform SDKs](https://docs.sentry.io/platforms.md) - Install Sentry for your language/framework
- [API Reference](https://docs.sentry.io/api.md) - Programmatic access to Sentry
- [CLI](https://docs.sentry.io/cli.md) - Command-line interface for Sentry operations
