Skip to content

v6.14.0

Compare
Choose a tag to compare
@imjoehaines imjoehaines released this 20 Jul 14:07
· 614 commits to master since this release
1d43234

6.14.0 (20 July 2020)

Enhancements

  • Add configurable discard_classes option to allow filtering errors using either a String or Regexp matched against the error's class name
    | #597

  • The Breadcrumb name limit of 30 characters has been removed
    | #600

  • Improve performance of payload cleaning
    | #601

  • Improve performance when processing stacktraces
    | #602
    | #603

  • If a custom object responds to id method, show the id and class in error reports
    | #531
    | manojmj92

Deprecated

  • The ignore_classes configuration option has been deprecated in favour of discard_classes. ignore_classes will be removed in the next major release