Releases: bugsnag/bugsnag-cocoa-performance
v1.13.0
Bug fixes
-
Fixed issue where a very small percentage of spans could be sent even though samplingProbability was set to 0.0.
432 -
Fixed bugsnag.sampling.p attribute reporting to accurately reflect current sample rate.
432 -
Fixed a potential data race warning in
SystemInfoSampler
.
431
Enhancements
- Introduced
BugsnagPerformanceRemoteSpanContext
to allow cross-layer parenting of spans, along with easy encoding oftraceparent
headers.
433
v1.12.1
v1.12.0
Bug fixes
-
Fixed issue where API Key override not was not reflected in
endpoint
when usingBugsnagPerformanceConfiguration
.
423 -
Added missing MARKETING_VERSION build setting to BugsnagPerformance-iOS. This is required for generating CFBundleShortVersionString in some situations.
418 -
Fixed issue where bugsnag.app_start.first_view_name was missing for app start spans.
404
Enhancements
v1.11.2
v1.11.1
v1.11.0
Bug fixes
-
Network spans are now type 3 (Client).
368 -
Improved Swift mangled name handling when reporting view spans.
344
Enhancements
-
Disabled assertions on release build.
366 -
Removed the platform restriction on CoreTelephony since it's now available on all platforms. This will allow building for Mac Catalyst targets (although this is not yet officially supported).
364 -
A span's end time can now be set to a different time to when it was closed.
363