-
Notifications
You must be signed in to change notification settings - Fork 608
Fix POTel asyncpg breadcrumbs #3681
Copy link
Copy link
Closed
Labels
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.
They now read data from span attributes, which is a problem if tracing is disabled, since then we get NonRecordingSpans that can't have attributes set on them.
Fix this. We should store the data elsewhere, and populate spans and breadcrumbs from there instead of using spans to store everything.