Skip to content

(fix): Added exception logging exclusions for Sentry front#5445

Fausto Arcidiacono requested to merge fix/error-handling-5445 into master

Ticket(s) / Related Merge Requests

front#5445 (closed)

Summary of Changes

Added an exclusion list of exceptions to avoid logging those in Sentry

Testing Considerations

Make sure that messages are still displayed to users when a max length error or unverified email error are triggered.

Deployment Considerations

nothing in particular.

Regression Scope

Should not cause any regression

Platform Affected (web, mobile, etc)

backend

Developer Testing Completed

Test completed locally. Exceptions for StringLengthException and UnverifiedEmailException are no longer logged in Sentry.

Screenshots / Screen Recording

N/A

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports