diff --git a/lib/appsignal/config.rb b/lib/appsignal/config.rb index 928d3088..cc6ae371 100644 --- a/lib/appsignal/config.rb +++ b/lib/appsignal/config.rb @@ -181,7 +181,7 @@ def self.determine_root_path }.freeze # @api private - attr_accessor :root_path, :env, :config_hash + attr_reader :root_path, :env, :config_hash # List of config option sources. If a config option was set by a source, # it's listed in that source's config options hash.