Method: NewRelic::Agent::DistributedTracePayload.major_version_matches?

Defined in:
lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb

.major_version_matches?(payload) ⇒ Boolean

Returns:

  • (Boolean)
[View source]

85
86
87
# File 'lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb', line 85

def major_version_matches?(payload)
  payload.version[0] == VERSION[0]
end