Metadata-Version: 2.5
Name: omnia-tracing
Version: 0.2.0
Summary: DEPRECATED — renamed to errorbar-tracing. Depends on it and re-exports it so existing installs keep working; switch your import.
Project-URL: Repository, https://github.com/omnia-v/omnia-tracing
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: errorbar-tracing>=0.2.0
Description-Content-Type: text/markdown

# omnia-tracing — renamed

This distribution is now **[`errorbar-tracing`](https://pypi.org/project/errorbar-tracing/)**.
Version 0.2.0 of this name depends on the new package and re-exports it, so existing installs keep working. Switch:

```bash
pip uninstall omnia-tracing && pip install errorbar-tracing
```

and change `from omnia_tracing import setup` → `from errorbar_tracing import setup`. Env vars: `ERRORBAR_API_KEY` / `ERRORBAR_TAG` / `ERRORBAR_OTLP_ENDPOINT` (the `OMNIA_*` names are still honoured).
