gitflow-hotfix-stash: fix_error_report

This commit is contained in:
ostertun
2021-09-03 12:59:33 +02:00
parent 1010e4ffdd
commit 37c584e525
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; ?>'
},