Skip to content

Releases: understand/understand-laravel

Add support for Laravel 5.5 the event exception attribute

23 Jan 07:42
180df22
Compare
Choose a tag to compare

v2.0.7: Merge pull request #28 from understand/bugfix/context-exception-support

14 Nov 09:14
0056540
Compare
Choose a tag to compare
add support for 5.7 context->exception, test improvements

Add support for the Throwable interface

11 May 06:31
0709989
Compare
Choose a tag to compare

`ignored_logs` configuration property

18 Apr 13:56
b919041
Compare
Choose a tag to compare

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

05 Apr 12:48
349d35e
Compare
Choose a tag to compare
Convert context['exception'] into exception event

v2.0.3

14 Mar 11:51
fb30100
Compare
Choose a tag to compare
Update FieldProvider.php

v2.0.2: Merge pull request #22 from aivis/set-limits-to-data-collectors

13 Feb 13:40
a9a4e09
Compare
Choose a tag to compare

v2.0.1

06 Feb 16:32
b37a274
Compare
Choose a tag to compare
Update README.md

v2.0

25 Jan 14:45
95002f8
Compare
Choose a tag to compare
v2.0 Pre-release
Pre-release
Update README.md

v0.0.16

25 Jan 14:46
925ecf1
Compare
Choose a tag to compare
Update README.md