Django Error Reporting - How to know which user triggered the error?

Viewed 1419

Is there a way I can customize Django error reporting so when it emails me it lets me know which user triggered the error?

I'm in Django 1.2 if it matters.

Much Thanks in advance!

2 Answers
Related