NAME
Mojolicious::Plugin::Airbrake
SYNOPSIS
$self->plugin('Airbrake' => {
api_key => "yourapikey",
project_id => "ID from airbrake for the project"
});
DESCRIPTION
Submit application errors to Airbrake.io
EXPORT
None by default.
SEE ALSO
Please see this PasteBin entry: http://pastebin.com/uaCS5q9w
AUTHOR
Jonathan Taylor, <jon@stackhaus.com>
COPYRIGHT AND LICENSE
Copyright (C) 2014 by Jonathan Taylor
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.1 or, at your option, any later version of Perl 5 you may have available.