getsentry / getsentry/sentry-python

AsyncIOIntegration cause misbehavior in transactions created from auto-integrations

Abierto
#5,371 7 comentarios 0 reacciones 0 asignados Ver en GitHub
Bug Integration: Asyncio Python Traces
Lenguaje dominante
Python
Estrellas
2.2k
Forks
669
Merge medio
1 d 1 h
PR fusionados (30 d)
213

Descripción

### How do you use Sentry?

Self-hosted

### Version

2.38.0

### Steps to Reproduce

When using AsyncIO Integrations with auto-integrations found in dependency file, such as FastAPI dependency, tags explicitly set on automatically created traces from the auto-integrations, (eg: API transactions) do not show up. However, tags do show up on manually created transactions.

For reference, the Sentry SDK is initialized asynchronously alongside the FastAPI app using asyncio

### Expected Result

Tags should show up on all transactions whether they are automatically created from auto-integrations or manually created using the Sentry SDK.

### Actual Result

Transactions created from auto-integrations do not have the created tags on them

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.