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 a23e22e commit cafb488Copy full SHA for cafb488
apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/support/_components/SupportCaseDetails.tsx
@@ -546,7 +546,7 @@ class FeedbackErrorBoundary extends Component<
546
547
componentDidCatch(_error: Error, _errorInfo: { componentStack: string }) {
548
// Report the error to analytics
549
- reportSupportErrorBoundary({
+ reportSupportFeedbackFailed({
550
ticketId: this.props.ticketId,
551
errorMessage: `Error boundary: ${_error.message}`,
552
errorType: "unknown",
0 commit comments