We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ede87 commit 03293efCopy full SHA for 03293ef
sentry-rails/spec/dummy/test_rails_app/app.rb
@@ -56,7 +56,7 @@ def self.name
56
app.config.hosts = nil
57
app.config.secret_key_base = "test"
58
app.config.logger = ActiveSupport::Logger.new(nil)
59
- app.config.eager_load = true
+ app.config.eager_load = false
60
app.config.active_job.queue_adapter = :test
61
62
# Eager load namespaces can be accumulated after repeated initializations and make initialization
0 commit comments