# File lib/new_relic/agent/new_relic_service.rb, line 322 def valid_to_marshal?(data) @marshaller.dump(data) true rescue StandardError, SystemStackError => e NewRelic::Agent.logger.warn("Unable to marshal environment report on connect.", e) false end