Method: ElasticAPM::Config#use_ssl?
- Defined in:
- lib/elastic_apm/config.rb
permalink #use_ssl? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
202 203 204 |
# File 'lib/elastic_apm/config.rb', line 202 def use_ssl? server_url.start_with?('https') end |