Releases: bugsnag/bugsnag-laravel
Releases · bugsnag/bugsnag-laravel
v2.22.1
v2.22.0
Enhancements
-
Out of memory errors can now be reported by registering the new
OomBootstrapper
in your HTTP kernel, which will increase the memory limit by 5 MiB when an OOM occurs. See the docs for more details:
Laravel
Lumen
#430 -
Support the new
discardClasses
configuration option. This allows events to be discarded based on the exception class name or PHP error name.
#431 -
Support the new
redactedKeys
configuration option. This is similar tofilters
but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching.
#432
Deprecations
- The
filters
configuration option is now deprecated asredactedKeys
can express everything that filters could and more.
v2.21.0
v2.20.1
- The default value for
filters
inconfig/bugsnag.php
is nownull
instead of['password']
. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0
#413
v2.20.0
Enhancements
-
Allow installation on Laravel 8 projects
jwpage
jdavidbakr
#405
#407 -
Add method documentation to the
Bugsnag
facade
danieldevsquad
#373
v2.19.0
v2.18.0
v2.17.1
Bug Fixes
- Added support for Monolog 2.0
GrahamCampbell
#360
v2.17.0
Enhancements
- Allow installation on Laravel 6 projects
taylorotwell
#360
Bug Fixes
- Disabled automatic session capturing for Lumen 5.3+ (where
session()
is not available)
#358
v2.17.0-beta
Enhancements
- Allow installation on Laravel 6 projects
taylorotwell
#360
Bug Fixes
- Disabled automatic session capturing for Lumen 5.3+ (where
session()
is not available)
#358