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.



20
21
22
23
24
# File 'lib/datadog/di/remote.rb', line 20

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