Description
Currently the reporterr.php file path is hardcoded, I'm working on a custom mining monitor and was adding routes for both static (report.php/reporterr.php) and restful (/api/reports//api/reports/errors) endpoints.
Possible implementation
Maybe it could be added to the end of the existing configuration for reporting.
# [url] [report_path] [post] [token] [error_path]
http://localhost report.php true test-token /reports/errors