Method: Datadog::DI::Remote.products

Defined in:
lib/datadog/di/remote.rb

.productsObject

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.



18
19
20
21
22
# File 'lib/datadog/di/remote.rb', line 18

def products
  # TODO: do not send our product on unsupported runtimes
  # (Ruby 2.5 / JRuby)
  [PRODUCT]
end