Skip to content

v6.5.0

Compare
Choose a tag to compare
@nickdowell nickdowell released this 06 Jan 14:13
· 1747 commits to master since this release
75ea085

Enhancements

  • Errors may now be discarded based on their errorClass using the new discardClasses configuration option.
    #938

  • The maxiumum number of persisted errors / events may now be configured using the new maxPersistedEvents configuration option.
    #936

  • The maxiumum number of persisted sessions may now be configured using the new maxPersistedSessions configuration option.
    #943

  • Bugsnag log messages are now prefixed with [Bugsnag] for easier searching & filtering.
    #955

Bug fixes

  • Fix reliability of Swift fatal error message reporting.
    #948