heimdal icon indicating copy to clipboard operation
heimdal copied to clipboard

An Laravel Exception handler build specifically for APIs.

Results 15 heimdal issues
Sort by recently updated
recently updated
newest added

Using add_context giving closure error ![Screenshot from 2021-09-01 15-57-45](https://user-images.githubusercontent.com/8122779/131656048-bef2c14b-f989-45a3-b849-8edd661e91b8.png) ``` 'sentry_options' => [ 'add_context' => function ($exception) { $context['environment'] = app()->environment(); try { $context['release'] = \Tremby\LaravelGitVersion\GitVersionHelper::getVersion(); } catch (\Tremby\LaravelGitVersion\Exception\CouldNotGetVersionException $exception)...

Can I use this pack in Lumen? What is the installation process?

Type: docs Just beautify some of the code examples in README

this line is setting the status code always to 500 https://github.com/esbenp/heimdal/blob/master/src/Formatters/ExceptionFormatter.php#L13

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...