You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(logs): Set span_id instead of sentry.trace.parent_span_id attribute (#5241)
The ID of the currently active span should be set as `span_id`,
top-level, on the log. The attribute `sentry.trace.parent_span_id` is
the old way of sending it.
The change should be safe as relay supports both.
0 commit comments