﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30766	Make it easier to override ExceptionReporter functions in custom subclass.	Nasir Hussain		Since now we are allowing to use custom ExceptionRepoter subclass in #29714. We should refactor ExceptionReporter and move [https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L319 cookies] extraction to a function like we are doing for POST [https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L305 here] so that It is easy to override sensitive cookies filtering in the custom subclass of ExceptionRepoter. [https://github.com/django/django/pull/11748 Patch], I could add unit tests if required.	Cleanup/optimization	closed	Error reporting	dev	Normal	invalid			Unreviewed	1	0	0	0	0	0
