From 81c6b650c8f07489fbccf6851f280c91be4d61f3 Mon Sep 17 00:00:00 2001
From: Roberto Rosario
Date: Sat, 19 Feb 2011 02:20:54 -0400
Subject: [PATCH] Added django-sentry to monitor errors and store
---
apps/common/templates/500.html | 5 +++++
docs/Changelog.txt | 1 +
requirements/development.txt | 2 +-
requirements/production.txt | 2 +-
settings.py | 14 +++++++++-----
urls.py | 20 ++++++++++++++++++++
6 files changed, 37 insertions(+), 7 deletions(-)
diff --git a/apps/common/templates/500.html b/apps/common/templates/500.html
index 2deb3b32bc..950815f80b 100755
--- a/apps/common/templates/500.html
+++ b/apps/common/templates/500.html
@@ -11,5 +11,10 @@
server problem.
Administrators have been notified, so check back later.
+ {% if request.sentry.id %}
+ If you need assistance, you may reference this error as
+ {{ request.sentry.id }}.
+ {% endif %}
+