This commit is contained in:
MartinBraquet
2026-03-30 16:52:12 +02:00
parent 809a996870
commit 54fb8c4b61

View File

@@ -94,7 +94,7 @@ function ProfilePageInner(props: {user: User; profile: Profile}) {
}
Sentry.captureException(error, {
extra: {baseUser, parsedProfile, interests, causes, work, message},
contexts: {profile: {profile_id: baseUser.id, parsedProfile, interests}}, // searchable
contexts: {userProfile: {baseUser, parsedProfile, interests, causes, work}}, // searchable
user: {id: baseUser.id}, // shows in the User section
})
toast.error(message)