# File lib/mole/e_mole.rb, line 44 def exception_alerts( context, user_id, options={} ) Mole.logger.debug "Sending perf email from #{::Mole.emole_from} -- to #{::Mole.emole_recipients}" subject "[EXCEPTION] #{@host} -- #{Mole.application} -- #{user_id}" body :application => Mole.application, :host_name => @host, :context => context.class.name, :feature => options[:feature], :boom => options[:boom], :trace => dump_stack( options[:boom] ), :args => dump_args( options ) end