mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 13:38:30 +02:00
✨ Minor improvements on error report template
This commit is contained in:
parent
65afa2a833
commit
395a7096bf
2 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
|||
(defn parse-event
|
||||
[event]
|
||||
(-> (parse-event-data event)
|
||||
(assoc :hint (or (:hint event) (:message event)))
|
||||
(assoc :tenant (cf/get :tenant))
|
||||
(assoc :host (cf/get :host))
|
||||
(assoc :public-uri (cf/get :public-uri))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue