🐛 Avoid swallowing fatal errors in organization sso telemetry (#11279)

This commit is contained in:
Marina López 2026-08-19 14:23:40 +02:00 committed by GitHub
parent aa3bc1ae98
commit c378ec9218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]