Releases: bugsnag/bugsnag-cocoa-performance
Releases · bugsnag/bugsnag-cocoa-performance
v0.6.0
Breaking changes
The following changes need attention when updating to this version of the library:
- Replaced the constructor of BugsnagPerformanceSpanOptions with chained setters
161
Enhancements
-
Added
appVersion
andbundleVersion
toBugsnagPerformanceConfiguration
.
162 -
Added
startWithApiKey
toBugsnagPerformance
.
165
Bug fixes
v0.5.0
v0.4.0
Breaking changes
The following changes need attention when updating to this version of the library:
- Renamed incorrectly named
makeContextCurrent
tomakeCurrentContext
in rest of the codebase
139
Bug fixes
v0.3.1
v0.3.0
Breaking changes
The following changes need attention when updating to this version of the library:
- Renamed incorrectly named
makeContextCurrent
tomakeCurrentContext
inBugsnagPerformanceSpanOptions
128
Enhancements
- Swizzle methods earlier at process start rather than at library start to avoid race conditions. Swizzling can now be disabled using
bugsnag/performance/disableSwizzling
in yourInfo.plist
126
Bug fixes
- Fix potential race condition in accessing NSURLSessionTaskMetrics.transactionMetrics
130
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Breaking changes
The following changes need attention when updating to this version of the library:
-
Corrected name of
autoInstrumentNetworkRequests
configuration option (was previouslyautoInstrumentNetwork
)
112 -
Applied updated span and attribute naming (causes duplicate aggregations in your dashboard of App Start, Screen Load and Network spans from previous versions)
111