Bugsnag v6.22.0 Release Notes

Release Date: 2022-08-10 // over 1 year ago
  • โœจ Enhancements

    • ๐Ÿ”ง Increase default and maximum values for configuration.maxBreadcrumbs to 100 and 500, respectively. #1452

    • ๐Ÿ“‡ Trim breadcrumb messages & metadata in payloads that exceed the size limit. #1451

    • ๐Ÿ“‡ Truncate breadcrumb and metadata strings that are longer than configuration.maxStringValueLength. #1449

    • โž• Add +[BugsnagStackframe stackframesWithCallStackReturnAddresses:] to public headers. #1446

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix a potential deadlock when capturing the crashing thread's name. #1453

    • Attempt to send sessions stored on disk when connection regained. #1445

    • Set user.id to to device.id for all events and sessions if BugsnagClient.user.id is set to nil. To prevent collection, set it to an empty string or update it in OnSendError / OnSession. #1442