django-exceptional icon indicating copy to clipboard operation
django-exceptional copied to clipboard

A Django client for Exceptional (getexceptional.com)

Results 6 django-exceptional issues
Sort by recently updated
recently updated
newest added

Currently if the EXCEPTIONAL_API_KEY is None it looks as if the middleware is working properly. By checking if the APU key is None we avoid that scenario.

This can prevent some variables being sent to Exceptional. This feature will be useful to people who keep their configuration in environment variables (e.g. Heroku). Devs can decide to prevent...

Does this app support http://docs.getexceptional.com/extras/context/ If so, how do we do it? I'd prefer not to hack the code to add it. Is there some portable to modify which variables...

I'm trying to find out what's going wrong with this middleware but I can't really find out. I put a print statement in the "conn.read()" to try and see if...

Traceback (most recent call last): File "/Library/Python/2.7/site-packages/django/core/handlers/base.py", line 117, in get_response response = middleware_method(request, e) File "/Library/Python/2.7/site-packages/django_exceptional-0.1.3-py2.7.egg/djexceptional/**init**.py", line 57, in process_exception info.update(self.exception_info(exc, sys.exc_info()[2])) File "/Library/Python/2.7/site-packages/django_exceptional-0.1.3-py2.7.egg/djexceptional/**init**.py", line 159, in exception_info "message":...