Raven Ruby v0.13.0 Release Notes

    • ๐Ÿ‘Œ Support exception chaining [javawizard, #312]
    • โž• Add support for sending release version [eugeneius, #310]
    • ๐Ÿ‘ Better status reports on configuration [faber, #309]
    • ๐Ÿ‘ท Client "send" method accepts an event in object or hash format - this will make it much easier to send Sentry events in a delayed job! [marclennox, #300]
    • ๐Ÿ›  Fix duplicate fields in SanitizeData [wyattisimo, #294]
    • Always preserve filename paths under project_root [eugeneius, #291]
    • ๐Ÿ›  Truncate project root prefixes from filenames [eagletmt, #278]
    • Renamed should_send callback to should_capture [nateberkopec, #270]
    • Silencing the ready message now happens in the config as normal [nateberkopec, #260]
    • ๐Ÿ”จ Various internal refactorings see here