v6.14.0
6.14.0 (20 July 2020)
Enhancements
-
Add configurable
discard_classes
option to allow filtering errors using either aString
orRegexp
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 ofdiscard_classes
.ignore_classes
will be removed in the next major release