From a5134c48c87408f3604157202e6acd0eaf9d5875 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 29 Aug 2012 14:57:40 +0200 Subject: [PATCH] Add changes. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0de60541..2ad07686 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,11 @@ many command line options: `rqworker -c settings` will source `settings.py`. +- `rqworker` now supports one-flag setup to enable Sentry as its exception + handler: `rqworker --sentry-dsn="http://public:secret@example.com/1"` + Alternatively, you can use a settings file and configure `SENTRY_DSN + = 'http://public:secret@example.com/1'` instead. + ### 0.3.0 (August 5th, 2012)