Re: Configuring Django-Sentry to send error mails

2011-03-04 Thread Tomasz ZieliƄski
On 4 Mar, 05:49, Ajay wrote: > am using django-sentry for logging errors. I also want to enable > throttled error mails to be sent to admins whenever an error occurs. > But I can not get it working. > > a) Normal django error mailing is working. b) but on removing ADMINS > and adding SENTRY_ADMI

Configuring Django-Sentry to send error mails

2011-03-04 Thread Ajay
am using django-sentry for logging errors. I also want to enable throttled error mails to be sent to admins whenever an error occurs. But I can not get it working. a) Normal django error mailing is working. b) but on removing ADMINS and adding SENTRY_ADMINS(like below) it stops working: DEBUG