Skip to content

Commit

Permalink
Add changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Aug 29, 2012
1 parent ce1da3f commit a5134c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a5134c4

Please sign in to comment.