Raven Ruby v0.11.1 Release Notes

    • Raven now captures exceptions in Rake tasks automatically. [nateberkopec, troelskn #222]
    • 🔧 There is now a configuration option called should_send that can be configured to use a Proc to determine whether or not an event should be sent to Sentry. This can be used to implement rate limiters, etc. [nateberkopec, #221]
    • 0️⃣ Raven now includes three event processors by default instead of one, which can be turned on and off independently. [nateberkopec, #223]
    • 🛠 Fixed bug with YAJL compatibility. [nateberkopec, #223]