Overview
Integrate AgentCat with Sentry for error tracking and performance monitoring. Events are sent as logs, and optionally as transactions for performance analysis.Prerequisites
- A Sentry project with a DSN (Data Source Name)
- 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
Whenis_error is true, Sentry receives:
- A log event (always sent)
- A transaction event (if
enableTracingis true) - A separate error event for the Issues tab