diff --git a/backend/controllers/followups.ts b/backend/controllers/followups.ts index b203fd4e75..24321fd932 100644 --- a/backend/controllers/followups.ts +++ b/backend/controllers/followups.ts @@ -221,7 +221,6 @@ export async function logSurveyLinkClick(req: Request, res: Response) { const redirectUrl = await getRedirectUrl(req) res.redirect(redirectUrl) } catch (error) { - Sentry.captureException(error) return res.sendStatus(ErrorStatus.NotFound) } }