mirror of
https://github.com/penpot/penpot.git
synced 2025-06-02 15:11:39 +02:00
🐛 Fix inconsistencies on error reporter module.
This commit is contained in:
parent
ff6482fa29
commit
6c1e2b8eab
3 changed files with 17 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue