Method: Datadog::CI::Span#runtime_version

Defined in:
lib/datadog/ci/span.rb

#runtime_versionString

Returns the runtime version extracted from the environment.



236
237
238
# File 'lib/datadog/ci/span.rb', line 236

def runtime_version
  tracer_span.get_tag(Ext::Test::TAG_RUNTIME_VERSION)
end