mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
🎉 Add profile-id
on mattermost error reporter.
This commit is contained in:
parent
94d94684c8
commit
2138530f3e
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
|||
(let [uri (:uri cfg)
|
||||
text (str "Unhandled exception (@channel):\n"
|
||||
"- detail: " (cfg/get :public-uri) "/dbg/error-by-id/" id "\n"
|
||||
"- profile-id: `" (:profile-id cdata) "`\n"
|
||||
"- host: `" host "`\n"
|
||||
"- version: `" version "`\n"
|
||||
(when error
|
||||
|
|
Loading…
Reference in a new issue