Group
Extension

Matches 1

SlapbirdAPM-Agent-Mojo ( R/RA/RAWLEYFOW/SlapbirdAPM-Agent-Mojo-0.012.tar.gz, RAWLEYFOW, 2025; MetaCPAN )
SlapbirdAPM-Agent-Mojo/lib/Mojolicious/Plugin/SlapbirdAPM.pm ( view source; MetaCPAN )
e {
    my ( $json, $key, $app, $quiet ) = @_;
    try {
        my $result = $UA->post(
            $SLAPBIRD_APM_URI,
            { 'x-slapbird-apm' => $key },
            json => $json
        )->r
warn(
'Unable to communicate with Slapbird, this request has not been tracked: '
              . $json->{request_id}
              . ' got error '
              . shift );

    }
}

{

    package Moj
;

        Carp::croak('API key invalid!') if ( !$result->is_success );

        $name = $result->json()->{name};

        # _enable_mojo_ua_tracking($name) if $topology;
    }
    catch {
        cho

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.