We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafb488 commit e3b3bf4Copy full SHA for e3b3bf4
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx
@@ -548,6 +548,9 @@ class FeedbackErrorBoundary extends Component<
548
// Report the error to analytics
549
reportSupportFeedbackFailed({
550
ticketId: this.props.ticketId,
551
+ rating: 0, // default value
552
+ hasFeedback: false, // default value
553
+ feedbackLength: 0, // default value
554
errorMessage: `Error boundary: ${_error.message}`,
555
errorType: "unknown",
556
});
0 commit comments