Skip to content

Commit

Permalink
add require logger
Browse files Browse the repository at this point in the history
  • Loading branch information
tannalynn committed Jan 17, 2025
1 parent 653db8e commit f913277
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/environments/rails41/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails42/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails50/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails51/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails52/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails60/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails61/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails70/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails71/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails72/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/rails80/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down
1 change: 1 addition & 0 deletions test/environments/railsedge/config/initializers/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# frozen_string_literal: true

require 'new_relic/agent/method_tracer'
require 'logger'

class Bloodhound < ActiveRecord::Base
include ::NewRelic::Agent::MethodTracer
Expand Down

0 comments on commit f913277

Please sign in to comment.