lib/contrast.rb in contrast-agent-6.6.2 vs lib/contrast.rb in contrast-agent-6.6.3

- old
+ new

@@ -79,10 +79,10 @@ PROTECT = Contrast::Components::Protect::Interface.new INVENTORY = CONFIG.root.inventory AGENT = CONFIG.root.agent LOGGER = AGENT.logger CONTRAST_SERVICE = Contrast::Components::ContrastService::Interface.new - APP_CONTEXT = Contrast::Components::AppContext::Interface.new + APP_CONTEXT = CONFIG.root.application end module Contrast TELEMETRY_EXCEPTIONS = (Contrast::Utils::TelemetryHash.new if Contrast::Utils::Telemetry.exceptions_enabled?) end