Method: ElasticAPM::Config#use_ssl?

Defined in:
lib/elastic_apm/config.rb

#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.

Returns:

  • (Boolean)
[View source]

202
203
204
# File 'lib/elastic_apm/config.rb', line 202

def use_ssl?
  server_url.start_with?('https')
end