perl-raven icon indicating copy to clipboard operation
perl-raven copied to clipboard

A perl sentry client

Sentry::Raven version 1.14

Sentry::Raven is a module for sending events to a sentry service.

SYNOPSIS

use Sentry::Raven; my $raven = Sentry::Raven->new(sentry_dsn => 'https://:@sentry.io/' ); $raven->capture_message('The sky is falling');

INSTALLATION

To install this module type the following:

perl Makefile.PL make make test make install

DEPENDENCIES

Perl 5.10 or later.

COPYRIGHT AND LICENSE

Copyright (C) 2020 by Matt Harrington

The full text of this license can be found in the LICENSE file included with this module.