mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-12 04:35:42 -07:00
fix(debug): Disabled Bugsnag
reporting on local environment (#1751)
This commit is contained in:
parent
a7c30973d9
commit
1f3b629e9c
@ -51,8 +51,11 @@ class Dev
|
||||
$this->getWhoopsPlaceholder();
|
||||
}
|
||||
$this->getWhoopsLogger();
|
||||
$this->getTelegramSender();
|
||||
$this->getBugsnag();
|
||||
|
||||
if (APP_ENV !== 'local') {
|
||||
$this->getTelegramSender();
|
||||
$this->getBugsnag();
|
||||
}
|
||||
|
||||
$this->whoops->register();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user