Skip to content

Instantly share code, notes, and snippets.

@felipe-prenholato
Created January 23, 2012 12:42
Show Gist options
  • Save felipe-prenholato/1662953 to your computer and use it in GitHub Desktop.
Save felipe-prenholato/1662953 to your computer and use it in GitHub Desktop.
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 51, in emit
return self._emit(record)
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/handlers.py", line 31, in _emit
return super(SentryHandler, self)._emit(record, request=request)
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 87, in _emit
date=date, **kwargs)
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/__init__.py", line 92, in capture
result = super(DjangoClient, self).capture(event_type, **kwargs)
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/base.py", line 236, in capture
self.send(**data)
File "/home/felipe/projects/p1/local/lib/python2.7/site-packages/raven/contrib/django/__init__.py", line 114, in send
from sentry.models import Group
ImportError: cannot import name Group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment