Guide to ease migrations between significant changes
Version 6 introduces a number of property and method renames:
let config = BugsnagConfiguration()
+ config.setMaxBreadcrumbs()
- config.autoNotify
+ config.autoDetectErrors
- config.autoCaptureSessions
+ config.autoTrackSessions
- Bugsnag.setBreadcrumbCapacity(40)
let config = BugsnagConfiguration()
+ config.setMaxBreadcrumbs(40)