mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🎉 Add profile-id on mattermost error reporter.
This commit is contained in:
parent
94d94684c8
commit
2138530f3e
@ -63,6 +63,7 @@
|
|||||||
(let [uri (:uri cfg)
|
(let [uri (:uri cfg)
|
||||||
text (str "Unhandled exception (@channel):\n"
|
text (str "Unhandled exception (@channel):\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"
|
||||||
"- host: `" host "`\n"
|
"- host: `" host "`\n"
|
||||||
"- version: `" version "`\n"
|
"- version: `" version "`\n"
|
||||||
(when error
|
(when error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user