Added django-sentry to monitor errors and store

This commit is contained in:
Roberto Rosario
2011-02-19 02:20:54 -04:00
parent 417a41bed0
commit 81c6b650c8
6 changed files with 37 additions and 7 deletions

View File

@@ -13,3 +13,4 @@
* Apply default transformations to document before OCR
* Added unpaper to the OCR convertion pipe
* Added support for concurrent, queued OCR processing using celery
* Added sentry to monitor and store error for later debugging