Skip to content

Commit 03293ef

Browse files
authored
[rails] disable eager loading in make_basic_app (#2434)
1 parent 76ede87 commit 03293ef

File tree

1 file changed

+1
-1
lines changed
  • sentry-rails/spec/dummy/test_rails_app

1 file changed

+1
-1
lines changed

sentry-rails/spec/dummy/test_rails_app/app.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def self.name
5656
app.config.hosts = nil
5757
app.config.secret_key_base = "test"
5858
app.config.logger = ActiveSupport::Logger.new(nil)
59-
app.config.eager_load = true
59+
app.config.eager_load = false
6060
app.config.active_job.queue_adapter = :test
6161

6262
# Eager load namespaces can be accumulated after repeated initializations and make initialization

0 commit comments

Comments
 (0)