Install Bugsnag for debugging

This commit is contained in:
James Brooks
2019-04-13 13:17:28 +01:00
parent 1c79f07baa
commit a95319b2bc
4 changed files with 245 additions and 1 deletions

View File

@@ -85,6 +85,15 @@ return [
'driver' => 'errorlog',
'level' => 'debug',
],
'bugsnag' => [
'driver' => 'bugsnag',
],
'debug' => [
'driver' => 'stack',
'channels' => ['bugsnag', 'single'],
]
],
];