diff --git a/lib/new_relic/version.rb b/lib/new_relic/version.rb index f910ddda9d..029ec37fc0 100644 --- a/lib/new_relic/version.rb +++ b/lib/new_relic/version.rb @@ -6,7 +6,7 @@ module NewRelic module VERSION # :nodoc: MAJOR = 9 - MINOR = 6 + MINOR = 7 TINY = 0 STRING = "#{MAJOR}.#{MINOR}.#{TINY}" diff --git a/newrelic.yml b/newrelic.yml index 8ce3232f21..4eb81d8b2a 100644 --- a/newrelic.yml +++ b/newrelic.yml @@ -8,7 +8,8 @@ # For full documentation of agent configuration options, please refer to # https://docs.newrelic.com/docs/agents/ruby-agent/installation-configuration/ruby-agent-configuration -common: &default_settings # Required license key associated with your New Relic account. +common: &default_settings + # Required license key associated with your New Relic account. license_key: <%= license_key %> # Your application name. Renaming here affects where data displays in New @@ -534,6 +535,10 @@ common: &default_settings # Required license key associated with your New Relic # prepend, chain, disabled. # instrumentation.typhoeus: auto + # Controls auto-instrumentation of ViewComponent at startup. May be one of: auto, + # prepend, chain, disabled. + # instrumentation.view_component: auto + # A dictionary of label names and values that will be applied to the data sent # from this agent. May also be expressed as a semicolon-delimited ; string of # colon-separated : pairs. For example, Server:One;Data Center:Primary.