Releases: bugsnag/bugsnag-cocoa-performance
v1.5.0
Enhancements
-
Add package BugsnagPerformanceSwift, and deprecate package BugsnagPerformanceSwiftUI.
251 -
Add API to support UIViewControllers that use generics
250
Bug fixes
- Guard against an edge case where an auto-captured URL request with a nil URL can crash the library if it's sent before Bugsnag is initialized.
253
v1.4.1
v1.4.0
Enhancements
-
swizzleViewLoadPreMain setting is now false by default. When this config value is true, all custom view controllers are swizzled at app start, which may delay app start if there are many of them.
202 -
Detect pre-loaded views and correct their durations. These can occur in container views, such as
UITabViewController
when the view is loaded in anticipation of the user opening the next tab. The resulting spans are now marked with a "pre-loaded" suffix and the timings adjusted to start fromviewWillAppear
only.
236
Bug fixes
v1.3.0
v1.2.0
v1.1.3
Enhancements
-
Added privacy manifest to declare data use and required reasons for API usage
212 -
Detect app prewarming and discard any view load spans that would be distorted by it.
211