v6.22.0
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 todevice.id
for all events and sessions ifBugsnagClient.user.id
is set to nil.
To prevent collection, set it to an empty string or update it inOnSendError
/OnSession
.
#1442