improved error tracking

This commit is contained in:
Denis Duliçi
2022-10-19 01:29:40 +03:00
parent 79380dc3e8
commit 808955294d
5 changed files with 90 additions and 21 deletions

View File

@@ -349,4 +349,16 @@ return [
*/
'feature_flags' => [],
/*
|--------------------------------------------------------------------------
| Before send
|--------------------------------------------------------------------------
|
| An array of callback class and method.
|
*/
'before_send' => [env('BUGSNAG_BEFORE_SEND_CLASS', 'App\\Exceptions\\Trackers\\Bugsnag'), 'beforeSend'],
];