-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable default checksum #126
Comments
This behaviour has been corrected in July 2013: Patch already available in those versions: |
The more general fix for the behaviour (not specific to message logs) is from April 2013: Every single version since v3.0 (since the entire rewrite), has this behaviour. |
All of that being said, based on the discussion in #125:
The current method we provide to generate a hash relies on CRC32 rather than md5, this can be fixed: Could you give more details on how the said hash is generated (order of the arguments, etc.) so raven can produce a hash similar to the one provided by Sentry (if necessary) |
Per discussion in GH-125, we should disable the default client-side checksum (unless we're certain it's going to be better than the server can be). We should still provide the ability for the Event Builder to send checksums, it would just require user intervention.
The text was updated successfully, but these errors were encountered: