From 8f0c5e00ff61cc2f61acedfb35de756bd0e95437 Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck Date: Wed, 16 Oct 2013 10:32:06 +0200 Subject: Instrument the generation of Action Mailer messages The processing of outbound mail is instrumented with the key `process.action_mailer`. The payload includes the mailer name as well as the mailer method. --- actionmailer/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailer/CHANGELOG.md') diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 1659696bfb..d84b95e6e9 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +* Instrument the generation of Action Mailer messages. The time it takes to + generate a message is written to the log. + + *Daniel Schierbeck* + * invoke mailer defaults as procs only if they are procs, do not convert with to_proc. That an object is convertible to a proc does not mean it's meant to be always used as a proc. Fixes #11533 -- cgit v1.2.3