Skip to content

Commit

Permalink
Another missing Logger crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 16, 2025
1 parent da96137 commit 17e3be4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sentry-sidekiq/spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@

require "sentry-ruby"

# Fixing crash:
# activesupport-6.1.7.10/lib/active_support/logger_thread_safe_level.rb:16:in
# . `<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
require "logger"

require 'simplecov'

SimpleCov.start do
Expand Down

0 comments on commit 17e3be4

Please sign in to comment.