Skip to main content

Overview

Integrate AgentCat with Sentry for error tracking and performance monitoring. Events are sent as logs, and optionally as transactions for performance analysis.

Prerequisites

  1. A Sentry project with a DSN (Data Source Name)
  2. DSN can be found in your Sentry project settings under “Client Keys (DSN)“

Configuration

Configuration Fields

Field Mapping

Trace and Event IDs

Log Events

All events are sent as logs with the following structure:

Transaction Events

Transaction events are only sent when enableTracing is set to true in the configuration.

Tags

Events include the following tags for filtering and grouping:

Extra Data

Additional context fields stored with events:

Error Events

When is_error is true, Sentry receives:
  1. A log event (always sent)
  2. A transaction event (if enableTracing is true)
  3. A separate error event for the Issues tab
This ensures proper error tracking, alerting, and issue management in Sentry.