- DATE:
- AUTHOR:
- Sentry
Python SDK now supports ClickHouse and asyncpg
DATE:
AUTHOR:
Sentry
Sentry's Python SDK version 1.31.0 now supports:
ClickHouse: If you use
clickhouse-driver
there will be now spans and bread crumbs created for all queries. Check the clickhouse-driver documentation for details.asyncpg: If you use
asyncpg
to connect to your PostgreSQL database, spans and bread crumbs will be created for all your queries. Check the asyncpg documentation for details.Celery: It is now possible to control trace propagation into Celery tasks on a task by task basis. Chcekc the Celery documentation for detail.
See the full Changelog for all changes.