Created
October 29, 2012 17:40
-
-
Save felipe-prenholato/3975113 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(0.000) SELECT `sentry_filterkey`.`id`, `sentry_filterkey`.`project_id`, `sentry_filterkey`.`key` FROM `sentry_filterkey` WHERE (`sentry_filterkey`.`project_id` = 1 AND `sentry_filterkey`.`key` = 'logger' ); args=(1, 'logger') | |
Traceback (most recent call last): | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 56, in emit | |
return self._emit(record) | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/contrib/django/handlers.py", line 32, in _emit | |
return super(SentryHandler, self)._emit(record, request=request) | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/handlers/logging.py", line 136, in _emit | |
date=date, **kwargs) | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/contrib/django/client.py", line 97, in capture | |
result = super(DjangoClient, self).capture(event_type, **kwargs) | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/base.py", line 397, in capture | |
extra, stack, public_key=public_key, tags=tags, **kwargs) | |
File "/home/sistemas/virtualenvs/sentry/local/lib/python2.7/site-packages/raven/base.py", line 327, in build_msg | |
data.update({ | |
AttributeError: 'unicode' object has no attribute 'update' | |
<type 'unicode'> <BadSerializable: <type 'dict'>> | |
'unicode' object has no attribute 'update' | |
Top level Sentry exception caught - failed creating log record |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment