arionum-java icon indicating copy to clipboard operation
arionum-java copied to clipboard

Feature: Add custom error report paths

Open owenvoke opened this issue 7 years ago • 0 comments

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

owenvoke avatar Nov 30 '18 15:11 owenvoke