The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Raygun4perl::Messenger - Communicate with the Raygun.io endpoint.

SYNOPSIS

  use Raygun4perl::Messenger;

  my $raygun = Raygun4perl::Messenger->new(api_key => 'your key here');
  my $response = $raygun->post($exception);
  # $response->status == ?

DESCRIPTION

# longer description... #

INTERFACE

fire_the_laser

Send data to api.raygun.io/entries via a POST request.

DEPENDENCIES

SEE ALSO