Opened 5 years ago

Closed 5 years ago

#30766 closed Cleanup/optimization (invalid)

Make it easier to override ExceptionReporter functions in custom subclass.

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 (3)

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.

comment:2 by Nasir Hussain, 5 years ago

Summary: Make it easier to override custom ExceptionReporter subclass functions.Make it easier to override ExceptionReporter functions in custom subclass.

comment:3 by Nasir Hussain, 5 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top