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
Added error correlation functionality so that when a compatible version of the Bugsnag Unity Error Notifier is used, it can get the current SpanContext and attach it to error reports. #112
Added the trace parent header to requests made via the Bugsnag request wrapper and allow configuration via new TracePropagationUrls property. #109
Fixed issue where the p value header was being parsed without specific formatting instructions, meaning that when running in different locals, it could be parsed incorrectly. #101