Commit ccb2e42b by Bertrand Marron

Try and remove events truncation

parent f9ceca6a
......@@ -64,7 +64,6 @@ class TrackMiddleware(object):
# TODO: Confirm no large file uploads
event = json.dumps(event)
event = event[:512]
views.server_track(request, request.META['PATH_INFO'], event)
except:
......
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