NAME
Exception::Reporter::Summarizer::Catalyst - a summarizer for Catalyst applications
VERSION
version 0.002
OVERVIEW
If added as a summarizer to an Exception::Reporter, this plugin will summarize Catalyst objects, adding summaries for the request, stash, errors, user, and session.
ATTRIBUTES
resolve_hostname
If true, the summary will include the hostname of the remote client. Catalyst always resolves this hostname the first time it's requested and never accepts it from the server. That means it might be slow.
Right now, this defaults to true. It might default to false later. Consider being explicit if you're concerned about this behavior.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.