mirror of
https://github.com/penpot/penpot.git
synced 2026-08-23 05:08:53 +00:00
🐛 Avoid swallowing fatal errors in organization sso telemetry (#11279)
This commit is contained in:
parent
aa3bc1ae98
commit
c378ec9218
@ -845,7 +845,7 @@
|
|||||||
cfg request (some-> (session/get-session request) :profile-id)
|
cfg request (some-> (session/get-session request) :profile-id)
|
||||||
(:organization-id state) "organization-sso-auth-failed"
|
(:organization-id state) "organization-sso-auth-failed"
|
||||||
:failure-reason (organization-sso-oauth-failure-reason error))))
|
:failure-reason (organization-sso-oauth-failure-reason error))))
|
||||||
(catch Throwable _ nil)))
|
(catch Exception _ nil)))
|
||||||
|
|
||||||
(defn- non-blank-uri
|
(defn- non-blank-uri
|
||||||
[value]
|
[value]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user