Python Integrations

Streply provides automatic integrations for popular Python frameworks. Django, Flask, FastAPI, bottle, celery, rq and more. Hook into your existing code without any configuration.

Python Integrations

Available Integrations

The Streply SDK uses integrations to hook into the functionality of popular libraries to automatically instrument your application and give you the best data out of the box.

Web Frameworks

Django

Django

Auto-enabled

Flask

Flask

Auto-enabled

FastAPI

FastAPI

Auto-enabled

Bottle

Bottle

Auto-enabled

Task Queues & Processing

Celery

Celery

Auto-enabled

RQ

RQ (Redis Queue)

Auto-enabled

Configuration

Enabling Integrations

Most integrations are enabled automatically when you install the Streply SDK. You don't need to do anything else.

import streply

# All supported integrations are auto-enabled
streply.init(
    dsn="https://clientPublicKey@api.streply.com/projectId"
)

Disabling Integrations

If you want to disable specific integrations, you can do so during initialization:

import streply

streply.init(
    dsn="https://clientPublicKey@api.streply.com/projectId",
    integrations=[
        # Only enable specific integrations
        streply.integrations.DjangoIntegration(),
        streply.integrations.CeleryIntegration(),
    ]
)

📋 TODO: Coming Soon

  • Detailed configuration guides for each framework
  • Custom middleware examples
  • Performance monitoring setup
  • Environment-specific configuration
  • Advanced filtering and sampling
  • Integration with popular ORMs (SQLAlchemy, Django ORM)
  • Logging integration guides
  • Custom error processors

How to install

Getting started is simple

We've got libraries available for all the popular programming languages and frameworks out there. Installing will take just 5 minutes.

Install the streply package:

pip install --upgrade streply-sdk

Then initialize Streply (works with Python, Django, Flask, FastAPI, bottle, celery, rq):

from streply.streply import streply

streply('https://clientPublicKey@api.streply.com/projectId')

Blog

Read articles for all developers.

Ready to fix your app?

Get started in 5 minutes, for free.

We are not pushy
We only send a few emails every month. That's all.
No spam
We only send articles, and helpful tips for developers, not SPAM.