gitflow-hotfix-stash: fix_error_report
This commit is contained in:
@@ -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; ?>'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user