AI in Sentry
Learn about Sentry's AI-powered features that help you analyze and debug your code faster.
Sentry leverages artificial intelligence (AI) and machine learning (ML) to enhance your debugging and monitoring experience. Our AI-powered features help you understand issues faster, get automated fixes, and gain deeper insights into your application's behavior.
Seer is Sentry's AI debugging agent that helps resolve errors and performance issues in your applications. Seer combines issue detection, analysis, and automated fixing capabilities to streamline your debugging workflow. Seer is an add-on to your Sentry subscription.
Use Seer to:
- Review Code Changes: Have Seer review your code changes in GitHub, catching bugs before merging pull requests.
- Fix Issues: Run automated root cause analysis and generate suggested code fixes for errors and performance issues.
Issue summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues.
You can ask Seer to query your traces and spans data via natural language queries and find relevant samples of compute metrics without building the whole query manually.
See a summary of User Feedback and Session Replays to identify common issues and patterns.
Sentry includes strong guarantees for privacy and security of your data. At a glance:
- Sentry does not train generative AI models using your data by default and without your permission.
- AI-generated output is shown only to you and other authorized users in your account.
You can get more details at AI Privacy and Security. To learn more about all our data privacy practices go to the security and legal docs.
If you want all generative AI features to be disabled for all users in your organization, you can do so in your organization's settings with the "Show Generative AI Features" toggle.
If you want to use some generative AI features, while disabling others, go to Seer settings. For organizations that need to prevent code generation, or adding additional context in Alerts, you can find these configurations under Advanced Settings in Seer settings.
Note: Disabling code generation prevents Sentry from automatically generating code, or pushing code to your codebase. This setting does not impact AI chat sessions, where it is possible to prompt AI chat to emit code snippets and examples. None of this affects workflows involving your own coding agent. Learn more about code generation.
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").