Skip to content

Commit

Permalink
refactor: supprime un log sentry (#4683)
Browse files Browse the repository at this point in the history
Ce log a été indentifié comme non nécessaire au vu des erreurs qu'il pourrait remonter
  • Loading branch information
Shamzic authored Oct 30, 2024
1 parent cbfc898 commit 41e2e65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controllers/followups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

0 comments on commit 41e2e65

Please sign in to comment.