mirror of
https://github.com/penpot/penpot.git
synced 2026-03-07 02:31:17 +00:00
✨ Minor fix on telemetry http handler.
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
:data (dissoc params :instance-id))]
|
||||
(px/run! executor (partial process-request cfg)))
|
||||
(catch Exception e
|
||||
(log/errorf e "Unexpected error.")))
|
||||
;; We don't want notify user of a error, just log it for posible
|
||||
;; future investigation.
|
||||
(log/warnf e "Unexpected error on telemetry.")))
|
||||
{:status 200
|
||||
:body "OK\n"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user