1
0
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:
Jon Ziebell
2020-01-18 21:34:32 -05:00
parent 974d847707
commit 64d0a72252
2 changed files with 55 additions and 0 deletions
+6
View File
@@ -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.
*/