Opened 5 years ago

Last modified 5 years ago

#30766 closed Cleanup/optimization

Refactor ExceptionReporter to allow overriding cookies filter. — at Initial Version

Reported by: Nasir Hussain Owned by:
Component: Error reporting Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since now we are allowing to use custom ExceptionRepoter subclass in #29714. We should refactor ExceptionReporter and move cookies extraction to a function like we are doing for POST here so that It is easy to override sensitive cookies filtering in the custom subclass of ExceptionRepoter.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top