Sentry not recording Sidekiq jobs failure

I’m new to Sentry and have noticed that I had a Sidekiq job failing which was not being reported on Sentry. After reading the document I understand I can add an error handling myself using Raven.capture_message("Something went very wrong") however is there a way for Sentry to logs errors without the aforementioned? For instance, in case where I have missed the error handling but still would like to be notified of the error?