getsentry / sentry-python

The official Python SDK for Sentry.io
https://sentry.io/for/python/
MIT License
1.93k stars 509 forks source link

OpenTelemetry span events #3756

Open gsakkis opened 1 week ago

gsakkis commented 1 week ago

Problem Statement

Currently Sentry doesn't seem to capture OpenTelemetry span events (pushed via span.add_event and span.record_exception), it only does attributes:

Image

Solution Brainstorm

Capture OpenTelemetry span events

sentrivana commented 1 week ago

Heya @gsakkis, thanks for the feedback. There's currently no plan for this but it might make sense in the future. I'll keep this open.