Skip to content

Commit

Permalink
Merge pull request #1700 from newrelic/colourless_dream
Browse files Browse the repository at this point in the history
update newrelic.yml with defer_rails_initialization parameter
  • Loading branch information
fallwith authored Dec 15, 2022
2 parents 66681f4 + 33fc8f5 commit fec78e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:type => Boolean,
:allowed_from_server => false,
:description => 'If `true`, when the agent is in an application using Ruby on Rails, it will start after ' \
'config/initializers are run.'
'config/initializers have run.'
},
# Rake
:'rake.tasks' => {
Expand Down
4 changes: 4 additions & 0 deletions newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ common: &default_settings
# or port_path_or_id parameters to transaction or slow SQL traces.
# datastore_tracer.instance_reporting.enabled: true

# If true, when the agent is in an application using Ruby on Rails, it will start after
# config/initializers have run.
# defer_rails_initialization: false

# If true, disables Action Cable instrumentation.
# disable_action_cable_instrumentation: false

Expand Down

0 comments on commit fec78e8

Please sign in to comment.