Skip to content

Commit

Permalink
Remove unnecessary Rake patch (#2214)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Jan 2, 2024
1 parent babdd55 commit 1fe52d1
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions sentry-ruby/lib/sentry/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@ def display_error_message(ex)
super
end
end

module Task
# @api private
def execute(args=nil)
return super unless Sentry.initialized? && Sentry.get_current_hub

super
end
end
end
end

Expand All @@ -34,8 +25,4 @@ module Rake
class Application
prepend(Sentry::Rake::Application)
end

class Task
prepend(Sentry::Rake::Task)
end
end

0 comments on commit 1fe52d1

Please sign in to comment.