0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

📎 Remove mattermost mention-all workds from error report.

This commit is contained in:
Andrey Antukh 2021-05-27 13:29:29 +02:00
parent ca5c374ecd
commit d4bf3ef6fd

View file

@ -61,7 +61,7 @@
[cfg {:keys [host version id] :as cdata}]
(try
(let [uri (:uri cfg)
text (str "Unhandled exception (@channel):\n"
text (str "Unhandled exception:\n"
"- detail: " (cfg/get :public-uri) "/dbg/error-by-id/" id "\n"
"- profile-id: `" (:profile-id cdata) "`\n"
"- host: `" host "`\n"