Skip to main content

2 docs tagged with "opentelemetry"

View all tags

CRE-2025-0028

In OpenTelemetry Python, detaching a context token that was created in a different context can raise a `ValueError`. This occurs when asynchronous operations, such as generators or coroutines, are finalized in a different context than they were created, leading to context management errors and potential trace data loss.

CRE-2025-0035

Applications using psycopg2 with OpenTelemetry instrumentation or threading may fail with SSL\-related errors such as \"decryption failed or bad record mac\". This often occurs when a database connection is created before a fork or from an unsafe thread context, causing the SSL state to become invalid.