> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tracelit.io/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.1.0 — Apr 20, 2026

> Python SDK v0.1.0 — Apr 20, 2026

# v0.1.0 — Apr 20, 2026

**Initial release**

* `tracelit.auto_start()` — OTLP/HTTP exporter for traces, metrics, and logs
* Django integration via `tracelit.integrations.django.TracelitConfig` in `INSTALLED_APPS`
* Flask / WSGI and FastAPI / ASGI middleware for HTTP server metrics
* Celery worker hook via `install_celery_hook()`
* OpenTelemetry bootstrap auto-instrumentation for installed libraries
* `ErrorAlwaysOnSampler` + `ErrorSpanProcessor` — errors always exported
* `TRACELIT_ENABLED=false` for test environments
* Python ≥ 3.10, MIT license
