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