- General application error + Something went wrong
Bad Request: Invalid Query Parameters
@@ -37,14 +54,35 @@ const AppErrorDialog = ({ errorType }: { errorType?: ErrorType }) => {
)}
{errorType === 'general' && (
-
-
- Something went wrong. Please try again later.
+
+
+ We’ve been notified of the issue. Refresh the page to try again.
+
+
+ )}
+
+ {sentryEventId && (
+
+
+ {`Error ID: ${sentryEventId}`}
)}
-
- Something went wrong. Please try again later.
+
+ We’ve been notified of the issue. Refresh the page to try again.
+
+ {`Error ID: ${sentryEventId}`}