Method: NewRelic::Agent::DistributedTracePayload.from_http_safe
- Defined in:
- lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb
permalink .from_http_safe(http_safe_payload) ⇒ Object
80 81 82 83 |
# File 'lib/new_relic/agent/distributed_tracing/distributed_trace_payload.rb', line 80 def from_http_safe(http_safe_payload) decoded_payload = NewRelic::Base64.strict_decode64(http_safe_payload) from_json(decoded_payload) end |