Merge branch 'hotfix/fix_error_report' into develop

This commit is contained in:
ostertun
2021-09-03 12:59:44 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -624,7 +624,7 @@ function sendErrorReport() {
url: QUERY_URL + 'error_report',
method: 'POST',
data: {
errors: consoleOutput,
errors: JSON.stringify(consoleOutput),
device: navigator.userAgent,
version: '<?php echo PWA_VERSION; ?>'
},