getsentry / getsentry/sentry-python
A better mechanism to avoid duplicate AI Client Spans
Abierto
Bug
Python
Spans
- Lenguaje dominante
- Python
- Estrellas
- 2.2k
- Forks
- 669
- Merge medio
- 1 d 1 h
- PR fusionados (30 d)
- 213
Descripción
The current mechanism to prevent duplicate spans for LLM spans is global integration disabling.
This means that users cannot trace an agent library like `langchain` together with a client library like `openai` or `anthropic`.
The task is to allow users to gather telemetry from different levels of abstractions without a crude method like disabling one integration.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.