Skip to content

Commit 33a31dc

Browse files
committed
warning
1 parent 3c6add4 commit 33a31dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/components/Attendance/AttendButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const AttendButton: FC<IAttendButtonProps> = (props: IAttendButtonProps) => {
5959
const user = await getUser();
6060
Sentry.captureEvent({
6161
message: 'User failed turnstile challenge when signing up for event.',
62-
level: Sentry.Severity.Error,
62+
level: Sentry.Severity.Warning,
6363
extra: {
6464
error: error,
6565
},

0 commit comments

Comments
 (0)