Releases: bugsnag/bugsnag-cocoa-performance
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
v1.10.2
v1.10.2-beta.0
v1.10.1
v1.10.1-beta.0
v1.10.0
v1.9.0
v1.8.1
Bug fixes
-
Stop podspec from trying to compile xcprivacy files (which generates warnings).
311 -
Early spans (ended before Bugsnag starts) now get their sampling probability value properly updated.
310 -
Release process now updates BugsnagPerformanceSwift podspec rather than BugsnagPerformanceSwiftUI (which has been deprecated)
308 -
Use API key subdomain as default Performance endpoint
313
v1.8.0
Enhancements
-
Span immutability is now enforced after a span is ended or aborted. Calling a mutator function while immutable will now emit an error message and no-op.
304 -
service.name
can now be set in the configuration.
299 -
A fixed
samplingProbability
can now be set in the configuration.
300 -
OnEnd span callbacks are now called on early spans (spans that ended before library start) once the library is started.
298