class ActionMailer::Base

def instrument_payload(key)

This and #instrument_name is for caching instrument
def instrument_payload(key)
  {
    mailer: mailer_name,
    key: key
  }
end