[Ruby] Raven last_event_id is Nil

Hi there,

I’m using sentry-raven in a Rails application and using a custom exception app to rescue errors. I know it’s not supported by default, but I’m trying to make it work.

Here’s a gist of the code required to understand what’s going on: https://gist.github.com/phildionne/244dffd492fd795eff3a6d2e1ff55f47

Does anyone understands why last_event_id is Nil here https://gist.github.com/phildionne/244dffd492fd795eff3a6d2e1ff55f47#file-errors_controller-rb-L8

Thanks