Commit 395db381 by Syed Hassan Raza

Raise UnicodeDecodeError exception after logging the exception

parent 1de57ed5
......@@ -41,6 +41,7 @@ class LoggerBackend(BaseBackend):
"UnicodeDecodeError Event_type: %r, Event_source: %r, Page: %r, Referer: %r",
event.get('event_type'), event.get('event_source'), event.get('page'), event.get('referer')
)
raise
# TODO: remove trucation of the serialized event, either at a
# higher level during the emittion of the event, or by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment