NAME

ForgeOps::Tracker - error reporting client for a self-hosted ForgeOps instance

SYNOPSIS

use ForgeOps::Tracker;

ForgeOps::Tracker::init(
    dsn         => 'https://<api_key>@your-forgeops-host/api/v1/events',
    environment => 'production',
);

eval { risky_operation() };
if ($@) {
    ForgeOps::Tracker::report($@, { order_id => $order->id });
}

See sdks/perl/README.md for PSGI/Plack and Dancer2 integrations, the delivery model, and PII scrubbing.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 89:

alternative text 'sdks/perl/README.md' contains non-escaped | or /