mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -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)
|
(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…
Add table
Reference in a new issue