getsentry / getsentry/sentry-python
feat(cohere): Instrument `ClientV2` methods
Aberta
Improvement
Python
Spans
- Linguagem predominante
- Python
- Estrelas
- 2.2k
- Forks
- 669
- Merge médio
- 1d 1h
- PRs com merge (30d)
- 213
Descrição
The Cohere V2 client (`cohere.ClientV2`) exists but its methods are not patched. The current integration only patches `BaseCohere` and `Client`. If `ClientV2` doesn't inherit from `BaseCohere`, calls through the V2 client go completely unmonitored.
Need to verify the inheritance chain and patch accordingly.
**Acceptance criteria:**
* `ClientV2.chat`, `embed`, and other relevant methods emit spans
* Follows `gen_ai.*` attribute conventions (not deprecated `ai.*`)
* Sets `gen_ai.system = "cohere"`
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.