Integrations

Sentry provides a number of integrations which are designed to add automatic instrumentation to your application.

The Sentry Python SDK also tries to automatically enable integrations that fit the Python modules you have installed. If you have a popular web framework like Django, Flask, FastAPI or others installed, the Sentry SDK will enable the respective integrations by default for you without any further configuration.

If you don't want integrations to be enabled automatically, set the default_integrations parameter to False. Learn more about integration options.

Default Integrations

Available Integrations

Web Frameworks

If you are using a popular web framework like Django, Flask, FastAPI or others installed see our guides in the right sidebar.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) to suggesting an update ("yeah, this would be better").