Skip to content

Commit

Permalink
Merge pull request #6 from instrumentl/fix_middleware
Browse files Browse the repository at this point in the history
fix: middleware for sidekiq 6.5+
  • Loading branch information
gsinkin-instrumentl authored Dec 10, 2022
2 parents 56f3bb2 + a2a72f2 commit 2c9d183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/scout_apm/sampling/sidekiq/server_middleware.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Sampling
module Sidekiq
class ServerMiddleware
include Callbacks
include ::Sidekiq::ServerMiddleware

# @param [Object] worker the worker instance
# @param [Hash] job the full job payload
Expand Down
2 changes: 1 addition & 1 deletion lib/scout_apm/sampling/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ScoutApm
module Sampling
VERSION = "3.0.2".freeze
VERSION = "3.0.3".freeze
end
end

0 comments on commit 2c9d183

Please sign in to comment.