instrument_payload(key)
This and #instrument_name is for caching instrument
# File actionmailer/lib/action_mailer/base.rb, line 1060 def instrument_payload(key) { mailer: mailer_name, key: key } end