Merge branch 'hotfix/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; ?>'
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
define('PWA_VERSION', '1.11.5h3');
|
||||
define('PWA_VERSION', '1.11.5h4');
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user