Releases: bugsnag/bugsnag-cocoa-performance
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
v1.7.0
Enhancements
-
Span attributes can now be set by the user.
286 -
Array-of-primitives span attributes are now supported.
288 -
OnEnd span callbacks can now be registered in the configuration. These callbacks are called on all sampled spans.
289
Bug fixes
-
Added more autoreleasepools to catch potential memory leaks, and fixed a retain loop in BugsnagPerformanceSpan.
293 -
Rename propagateTraceParentToUrlsMatching to the intended tracePropagationUrls in BugsnagPerformanceConfiguration.
287 -
Workaround for Swift namespacing issue that caused conflicts when BugsnagPerformanceSwift was built as an xcframework.
284