mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Bugsnag integration and some bugfixes in for cycles.
This commit is contained in:
parent
8104657016
commit
f7cc55b984
10 changed files with 39 additions and 25 deletions
|
@ -55,6 +55,7 @@
|
|||
* Registration
|
||||
* Email
|
||||
* Debug
|
||||
* Bugsnag error reporting
|
||||
* Special users (dbg_users, unlimited_users, super_admins)
|
||||
* Log options
|
||||
* Error reporting
|
||||
|
@ -417,6 +418,12 @@ define('SQL_LOG_SLOW_QUERIES', true); // log sql slow queries
|
|||
define('SQL_SLOW_QUERY_TIME', 10); // slow query in seconds
|
||||
define('SQL_PREPEND_SRC_COMM', false); // prepend source file comment to sql query
|
||||
|
||||
// Bugsnag error reporting
|
||||
$bb_cfg['bugsnag'] = [
|
||||
'enabled' => false,
|
||||
'api_key' => '',
|
||||
];
|
||||
|
||||
// Special users
|
||||
$bb_cfg['dbg_users'] = array(
|
||||
# user_id => 'name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue