mirror of
https://github.com/beestat/app.git
synced 2026-05-13 10:52:29 -04:00
Added logging of API errors to Sentry.
This commit is contained in:
@@ -163,6 +163,12 @@ final class setting {
|
||||
'influx_database_username' => '',
|
||||
'influx_database_password' => '',
|
||||
|
||||
/**
|
||||
* Key and project id obtained from the Sentry DSN. See sentry.io.
|
||||
*/
|
||||
'sentry_key' => '',
|
||||
'sentry_project_id' => '',
|
||||
|
||||
/**
|
||||
* Whether or not SSL is required.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user