mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Offer opt in to usage and error reporting during install (#13906)
and on the about page
This commit is contained in:
@@ -4866,6 +4866,16 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"reporting.dump_errors": {
|
||||
"group": "system",
|
||||
"section": "reporting",
|
||||
"order": 1,
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"reporting.usage": {
|
||||
"group": "system",
|
||||
"section": "reporting",
|
||||
"order": 0,
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
|
Reference in New Issue
Block a user