Method not available on this version
This method is only available on newer versions.
The first available version (v8.1.1) is shown here.
process(event)
public
# File actionmailer/lib/action_mailer/structured_event_subscriber.rb, line 27
def process(event)
emit_debug_event("action_mailer.processed",
mailer: event.payload[:mailer],
action: event.payload[:action],
duration_ms: event.duration.round(2),
)
end