Raven Ruby v2.8.0 Release Notes

    • 🔋 FEATURE: Added config.before_send. Provide a lambda or proc to this config setting, which will be called before sending an event to Sentry. Receives event and hint as parameters. hint is a hash {:exception => ex | nil, :message => message | nil}. [@hazat, #882]