﻿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
32261	Log exceptions handled in Signal.send_robust()	Adam Johnson	Ayush Bansal	As pointed out by [https://twitter.com/be_haki/status/1335921247306264579 Haki Benita on Twitter], by default `Signal.send_robust()` doesn't have any log messages for exceptions raised in receivers. Since Django logs exceptions in other similar situations, such as missing template variables, I think it would be worth adding a `logger.exception()` call in the `except` clause of `send_robust()` . Users would then see such exceptions in their error handling tools, e.g. Sentry, and be able to figure out what action to take from there. Ultimately any *expected* exception should be caught with a `try` in the receiver function.	New feature	closed	Core (Other)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
