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
The OTel specification states that Span’s recordException (in our case recordError) should take an additional argument to optionally specify SpanAttributes. These additional attributes (in case of OTel) are then merged into the resulting event’s attributes.
If RecordException is provided, the method MUST accept an optional parameter to provide any additional event attributes (this SHOULD be done in the same way as for the AddEvent method). If attributes with the same name would be generated by the method already, the additional attributes take precedence.