You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/backend/src/lib/emails-low-level.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,7 @@ async function _lowLevelSendEmailWithoutRetries(options: LowLevelSendEmailOption
184
184
}
185
185
186
186
// ============ unknown error ============
187
+
captureError("unknown-email-send-error",newStackAssertionError("Unknown error while sending email. We should add a better error description for the user.",{cause: error}));
0 commit comments