# Sentry ## Docs - [Account Setup](https://sentrydocs.dev/account-setup.md): Create your Sentry account and configure your organization. - [Authentication](https://sentrydocs.dev/api/authentication.md): Authenticate your API requests with Sentry auth tokens - [Integration Platform](https://sentrydocs.dev/api/integrations.md): Build custom Sentry integrations using the Sentry App APIs - [Issues & Events](https://sentrydocs.dev/api/issues-events.md): Query and update issues and events via the API - [Organizations](https://sentrydocs.dev/api/organizations.md): Manage organizations, members, and settings via the API - [Projects](https://sentrydocs.dev/api/projects.md): Create, configure, and query project data via the API - [Rate Limits](https://sentrydocs.dev/api/rate-limits.md): Understand API rate limits and how to handle them - [Releases](https://sentrydocs.dev/api/releases.md): Create releases and associate commits via the API - [Teams](https://sentrydocs.dev/api/teams.md): Manage teams and team membership via the API - [Alerts](https://sentrydocs.dev/concepts/alerts.md): Set up alerts to get notified when issues occur or metrics cross a threshold. - [Environments](https://sentrydocs.dev/concepts/environments.md): Filter and manage Sentry data across production, staging, and development environments. - [Issues & Events](https://sentrydocs.dev/concepts/issues-events.md): How Sentry groups errors into issues and tracks individual occurrences as events. - [Organizations, Teams & Projects](https://sentrydocs.dev/concepts/organizations-teams-projects.md): Understand how Sentry structures your account into organizations, teams, and projects. - [Releases](https://sentrydocs.dev/concepts/releases.md): Track deployments and correlate issues with the code changes that introduced them. - [API Keys](https://sentrydocs.dev/configuration/api-keys.md): Generate and manage authentication tokens for the Sentry API - [Data Scrubbing](https://sentrydocs.dev/configuration/data-scrubbing.md): Control what sensitive data Sentry captures and stores - [Notifications](https://sentrydocs.dev/configuration/notifications.md): Configure how and when Sentry notifies you about issues - [SSO & SCIM](https://sentrydocs.dev/configuration/sso-scim.md): Configure single sign-on and automated user provisioning - [Create a Project](https://sentrydocs.dev/create-project.md): Set up a Sentry project and get your DSN. - [Cron Monitoring](https://sentrydocs.dev/features/crons.md): Monitor scheduled jobs and get alerted when they fail or miss their schedule - [Error Monitoring](https://sentrydocs.dev/features/error-monitoring.md): Capture and triage errors with full context - [Performance Monitoring](https://sentrydocs.dev/features/performance.md): Trace slow transactions and find performance bottlenecks - [Profiling](https://sentrydocs.dev/features/profiling.md): Find performance bottlenecks down to the function level - [Session Replay](https://sentrydocs.dev/features/session-replay.md): Watch video-like replays of user sessions to debug faster - [Uptime Monitoring](https://sentrydocs.dev/features/uptime.md): Check your endpoints for availability and get instant downtime alerts - [GitHub](https://sentrydocs.dev/integrations/github.md): Link commits to issues, trace stack frames to source code, and automate workflows with GitHub. - [Jira](https://sentrydocs.dev/integrations/jira.md): Create and link Jira tickets from Sentry issues, and keep status and assignees in sync. - [Integrations](https://sentrydocs.dev/integrations/overview.md): Connect Sentry to your existing tools and workflows to get alerts where your team works, link errors to code, and create tickets automatically. - [Slack](https://sentrydocs.dev/integrations/slack.md): Get Sentry alerts and manage issues directly from Slack. - [Webhooks](https://sentrydocs.dev/integrations/webhooks.md): Receive real-time HTTP notifications from Sentry when issues are created, resolved, or updated. - [Sentry Documentation](https://sentrydocs.dev/introduction.md): Detect, trace, and fix issues in your applications — faster. - [Quick Start](https://sentrydocs.dev/quickstart.md): Add Sentry to your app and capture your first event in minutes. - [DSN & Keys](https://sentrydocs.dev/sdk/dsn-keys.md): Find your project DSN and understand Sentry authentication keys - [Java SDK](https://sentrydocs.dev/sdk/java.md): Install and configure Sentry in Java and Kotlin applications - [JavaScript SDK](https://sentrydocs.dev/sdk/javascript.md): Install and configure Sentry in JavaScript and TypeScript applications - [Mobile SDKs](https://sentrydocs.dev/sdk/mobile.md): Instrument iOS, Android, and React Native applications with Sentry - [SDK Overview](https://sentrydocs.dev/sdk/overview.md): Choose and install the right Sentry SDK for your platform - [Python SDK](https://sentrydocs.dev/sdk/python.md): Install and configure Sentry in Python applications