Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyuan committed Nov 2, 2024
1 parent e5097ff commit 6ae11c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/routes/About/Feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ function Feedback() {
hideFeedback()
return
}
const sentryId = Sentry.captureMessage('user feedback')

const userFeedback: UserFeedback = {
event_id: '',
event_id: sentryId,
name: feedbackContactRef.current,
email: feedbackContactRef.current || 'N/A',
comments: message,
Expand Down

0 comments on commit 6ae11c7

Please sign in to comment.