mirror of
https://github.com/penpot/penpot.git
synced 2026-08-22 12:49:26 +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)
|
||||
(:organization-id state) "organization-sso-auth-failed"
|
||||
:failure-reason (organization-sso-oauth-failure-reason error))))
|
||||
(catch Throwable _ nil)))
|
||||
(catch Exception _ nil)))
|
||||
|
||||
(defn- non-blank-uri
|
||||
[value]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user