aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-31 20:32:24 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-31 20:32:24 +0100
commitc2a8dce24722528928d8e107bdf5f123138a1bf2 (patch)
tree79a33528d9545f5221d0931ff0d5150f7ed65eff /src/config.js
parentMerge pull request #336 from getferdi/l10n_develop (diff)
downloadferdium-app-c2a8dce24722528928d8e107bdf5f123138a1bf2.tar.gz
ferdium-app-c2a8dce24722528928d8e107bdf5f123138a1bf2.tar.zst
ferdium-app-c2a8dce24722528928d8e107bdf5f123138a1bf2.zip
Change Sentry reporting to be opt-in only
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 8868d7c41..b4705105d 100644
--- a/src/config.js
+++ b/src/config.js
@@ -81,6 +81,7 @@ export const DEFAULT_APP_SETTINGS = {
81 adaptableDarkMode: true, 81 adaptableDarkMode: true,
82 accentColor: '#7367f0', 82 accentColor: '#7367f0',
83 serviceRibbonWidth: 68, 83 serviceRibbonWidth: 68,
84 sentry: false,
84}; 85};
85 86
86export const DEFAULT_FEATURES_CONFIG = { 87export const DEFAULT_FEATURES_CONFIG = {