Method: OneApm::Agent::CrossAppTracing.check_transaction_name

Defined in:
lib/one_apm/agent/cross_app/cross_app_tracing.rb

.check_transaction_name(name) ⇒ Object

Check the given name to ensure it conforms to the format of a valid transaction name.



329
330
331
332
# File 'lib/one_apm/agent/cross_app/cross_app_tracing.rb', line 329

def check_transaction_name( name )
  # No-op -- apparently absolutely anything is a valid transaction name?
  # This is here for when that inevitably comes back to haunt us.
end