mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 20:46:10 +02:00
📎 Remove mattermost mention-all workds from error report.
This commit is contained in:
parent
ca5c374ecd
commit
d4bf3ef6fd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
[cfg {:keys [host version id] :as cdata}]
|
[cfg {:keys [host version id] :as cdata}]
|
||||||
(try
|
(try
|
||||||
(let [uri (:uri cfg)
|
(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"
|
"- detail: " (cfg/get :public-uri) "/dbg/error-by-id/" id "\n"
|
||||||
"- profile-id: `" (:profile-id cdata) "`\n"
|
"- profile-id: `" (:profile-id cdata) "`\n"
|
||||||
"- host: `" host "`\n"
|
"- host: `" host "`\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue