Not recording all Rails exceptions

I know raven-ruby definitely automatically catches controller exceptions, but how much should I expect it to catch other exceptions? I For example, I’ve see exceptions from rake being recorded, but not exceptions that occur inside the daemons launched by said rake task.

I’d like to avoid having to explicitly wrap everything to capture it.