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 29137aa commit 5b1091dCopy full SHA for 5b1091d
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx
@@ -546,11 +546,8 @@ class FeedbackErrorBoundary extends Component<
546
547
componentDidCatch(_error: Error, _errorInfo: { componentStack: string }) {
548
// Report the error to analytics
549
- reportSupportFeedbackFailed({
+ reportSupportErrorBoundary({
550
ticketId: this.props.ticketId,
551
- rating: 0,
552
- hasFeedback: false,
553
- feedbackLength: 0,
554
errorMessage: `Error boundary: ${_error.message}`,
555
errorType: "unknown",
556
});
0 commit comments