From edb371c86832c83febed5804896c63cad96c2b99 Mon Sep 17 00:00:00 2001 From: daniellemaxwell Date: Mon, 18 Mar 2024 17:31:57 -0400 Subject: [PATCH] Send error details to Sentry --- web/gds-user-ui/src/modules/auth/login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/gds-user-ui/src/modules/auth/login/index.tsx b/web/gds-user-ui/src/modules/auth/login/index.tsx index 5ac5f8056..28561c701 100644 --- a/web/gds-user-ui/src/modules/auth/login/index.tsx +++ b/web/gds-user-ui/src/modules/auth/login/index.tsx @@ -99,7 +99,7 @@ const StartPage: React.FC = () => { } // catch this error in sentry - Sentry.captureException(err); + Sentry.captureException(err?.original); } }; return (