module Sentry::Rake::Task
Public Instance Methods
execute(args=nil)
click to toggle source
Calls superclass method
# File lib/sentry/rake.rb, line 19 def execute(args=nil) return super unless Sentry.initialized? && Sentry.get_current_hub Sentry.get_current_hub.with_background_worker_disabled do super end end