mirror of
https://github.com/penpot/penpot.git
synced 2025-03-27 23:21:47 -05:00
🐛 Fix stack trace reporting on loki
This commit is contained in:
parent
4f379821b5
commit
0cfd5095a7
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
|||
[{:stream labels
|
||||
:values [[(str (* (inst-ms (:created-at event)) 1000000))
|
||||
(str (:message event)
|
||||
(when-let [error (:error event)]
|
||||
(str "\n" (:trace error))))]]}]}))
|
||||
(when-let [error (:trace event)]
|
||||
(str "\n" error)))]]}]}))
|
||||
|
||||
(defn- send-log
|
||||
[uri payload i]
|
||||
|
|
Loading…
Add table
Reference in a new issue