lib/new_relic/agent/agent/startup.rb in newrelic_rpm-8.11.0 vs lib/new_relic/agent/agent/startup.rb in newrelic_rpm-8.12.0

- old
+ new

@@ -35,9 +35,10 @@ # setting up the worker thread and the exit handler to shut # down the agent def check_config_and_start_agent return unless monitoring? && has_correct_license_key? return if using_forking_dispatcher? + setup_and_start_agent end # This is the shared method between the main agent startup and the # after_fork call restarting the thread in deferred dispatchers.