You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I install 1.5.0 version and add Bugsnag package to Laravel. it works fine with Laravel exceptions but Bugsnag cant track Heimdal exception. my config of optimus.heimdal.php is here
`use Symfony\Component\HttpKernel\Exception as SymfonyException;
use Optimus\Heimdal\Formatters;
Hi
I install 1.5.0 version and add Bugsnag package to Laravel. it works fine with Laravel exceptions but Bugsnag cant track Heimdal exception. my config of optimus.heimdal.php is here
`use Symfony\Component\HttpKernel\Exception as SymfonyException;
use Optimus\Heimdal\Formatters;
return [
'add_cors_headers' => false,
];
`
The text was updated successfully, but these errors were encountered: