Opened 5 years ago

Last modified 5 years ago

#30766 closed Cleanup/optimization

Make it easier to override custom ExceptionReporter subclass functions. — at Version 1

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 (last modified by Nasir Hussain)

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. Patch, I could add unit tests if required.

Change History (1)

comment:1 by Nasir Hussain, 5 years ago

Description: modified (diff)
Has patch: set
Summary: Refactor ExceptionReporter to allow overriding cookies filter.Make it easier to override custom ExceptionReporter subclass functions.
Note: See TracTickets for help on using tickets.
Back to Top