Merge branch 'hotfix/fix_error_report' into develop
This commit is contained in:
@@ -624,7 +624,7 @@ function sendErrorReport() {
|
|||||||
url: QUERY_URL + 'error_report',
|
url: QUERY_URL + 'error_report',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: {
|
data: {
|
||||||
errors: consoleOutput,
|
errors: JSON.stringify(consoleOutput),
|
||||||
device: navigator.userAgent,
|
device: navigator.userAgent,
|
||||||
version: '<?php echo PWA_VERSION; ?>'
|
version: '<?php echo PWA_VERSION; ?>'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
define('PWA_VERSION', '1.11.5h3');
|
define('PWA_VERSION', '1.11.5h4');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user