Skip to content

Commit 5b1091d

Browse files
Update apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Gi <[email protected]>
1 parent 29137aa commit 5b1091d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,8 @@ class FeedbackErrorBoundary extends Component<
546546

547547
componentDidCatch(_error: Error, _errorInfo: { componentStack: string }) {
548548
// Report the error to analytics
549-
reportSupportFeedbackFailed({
549+
reportSupportErrorBoundary({
550550
ticketId: this.props.ticketId,
551-
rating: 0,
552-
hasFeedback: false,
553-
feedbackLength: 0,
554551
errorMessage: `Error boundary: ${_error.message}`,
555552
errorType: "unknown",
556553
});

0 commit comments

Comments
 (0)