Skip to content

swooster/perl-raven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry::Raven version 1.09

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

SYNOPSIS

  use Sentry::Raven;
  my $raven = Sentry::Raven->new(sentry_dsn => 'http://<publickey>:<secretkey>@app.getsentry.com/<projectid>' );
  $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.8 or later.

COPYRIGHT AND LICENSE

Copyright (C) 2016 by comScore, Inc

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

About

A perl sentry client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 50.2%
  • Other 49.8%