lib/rollbar/plugins/thread.rb in rollbar-3.2.0 vs lib/rollbar/plugins/thread.rb in rollbar-3.3.0
- old
+ new
@@ -7,8 +7,8 @@
end
end
end
execute do
- Thread.send(:prepend, Rollbar::ThreadPlugin) # rubocop:disable Lint/SendWithMixinArgument
+ Thread.send(:prepend, Rollbar::ThreadPlugin)
end
end