From 85c96ce43053505a16ef5791b13351f24bbe322e Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 30 Mar 2026 16:33:29 +0200 Subject: [PATCH] Add more sentry info --- web/pages/profile.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/pages/profile.tsx b/web/pages/profile.tsx index 7e6af793..55ccb229 100644 --- a/web/pages/profile.tsx +++ b/web/pages/profile.tsx @@ -94,6 +94,8 @@ function ProfilePageInner(props: {user: User; profile: Profile}) { } Sentry.captureException(error, { extra: {baseUser, parsedProfile, interests, causes, work}, + contexts: {profile: {profile_id: baseUser.id, parsedProfile, interests}}, // searchable + user: {id: baseUser.id}, // shows in the User section }) toast.error(message) return