honeybadger-laravel
honeybadger-laravel copied to clipboard
Honeybadger is reporting deprecations even when config flag is false
trafficstars
We’ve just signed up for a trial of Honeybadger. Going OK so far but we’re getting loads of deprecation warnings showing up. This is despite having the following in the config file honeybadger.php:
/**
* Enable reporting deprecation warnings.
*/
'capture_deprecations' => false,
Our app is built with Laravel 9.3. Is there something else we need to do to prevent the deprecation warnings coming through?
Laravel Version: 9.3 PHP Version:
PHP 8.1.18 (cli) (built: Apr 14 2023 04:39:44) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.1.18, Copyright (c) Zend Technologies
with Zend OPcache v8.1.18, Copyright (c), by Zend Technologies
Examples:
Could be related to #105.
Closing because of inactivity.