Remove sentry and error reporting

This commit is contained in:
Jamie Curnow
2023-07-20 15:19:42 +10:00
parent 6d6021c9bb
commit fd7095ad88
18 changed files with 26 additions and 144 deletions

View File

@ -2,7 +2,7 @@
"type": "object",
"description": "HealthObject",
"additionalProperties": false,
"required": ["version", "commit", "healthy", "setup", "error_reporting"],
"required": ["version", "commit", "healthy", "setup"],
"properties": {
"version": {
"type": "string",
@ -22,10 +22,6 @@
"type": "boolean",
"description": "Is the application set up?"
},
"error_reporting": {
"type": "boolean",
"description": "Will the application send any error reporting?"
},
"acme.sh": {
"type": "string",
"description": "Acme.sh version",

View File

@ -22,8 +22,7 @@
"version": "3.0.0",
"commit": "9f119b6",
"healthy": true,
"setup": true,
"error_reporting": true
"setup": true
}
}
},
@ -33,8 +32,7 @@
"version": "3.0.0",
"commit": "9f119b6",
"healthy": false,
"setup": true,
"error_reporting": true
"setup": true
}
}
}