Releases: understand/understand-laravel
Releases · understand/understand-laravel
Add support for Laravel 5.5 the event exception attribute
v2.0.7: Merge pull request #28 from understand/bugfix/context-exception-support
add support for 5.7 context->exception, test improvements
Add support for the Throwable interface
`ignored_logs` configuration property
The ignored_logs
configuration property allows the users on their side to decide which log types should be sent to Understand.io.
An example of config:
'ignored_logs' => [
'debug',
//'info',
//'notice',
//'warning',
//'error',
//'critical',
//'alert',
//'emergency',
],
In the example above, debug
log type events will not be sent to Understand.io.
You have to publish the config file to be able to make these changes. See https://github.com/understand/understand-laravel5#advanced-configuration
v2.0.4: Merge pull request #24 from understand/5.6.handler-patch
Convert context['exception'] into exception event
v2.0.3
v2.0.2: Merge pull request #22 from aivis/set-limits-to-data-collectors
set limits to data collectors