🐛 Fix inconsistencies on error reporter module.

This commit is contained in:
Andrey Antukh 2020-12-28 13:10:35 +01:00 committed by Alonso Torres
parent ff6482fa29
commit 6c1e2b8eab
3 changed files with 17 additions and 16 deletions

View file

@ -197,7 +197,11 @@
:uri (:telemetry-uri cfg/config)}
:app.srepl/server
{:port 6062}}
{:port 6062}
:app.error-reporter/instance
{:uri (:error-report-webhook cfg/config)
:executor (ig/ref :app.worker/executor)}}
(when (:telemetry-server-enabled cfg/config)
{:app.telemetry/handler