Debugging Events

Monitor and debug all requests and responses

Overview

The Events dashboard shows all requests processed by your agents. Use it to monitor activity, debug issues, and understand how your team is using Critical Context.

Events Dashboard

Navigate to Events to see a real-time list of all processed requests. Each event shows:

  • Timestamp - When the request was received
  • Source - Which agent handled the request (Slack, Chat, API, Scheduled)
  • Status - Current status (Pending, Processing, Completed, Failed)
  • Request - Summary of the incoming request
  • Response - Preview of the generated response

Event Details

Click on any event to see the full details:

Request Payload

The complete incoming request data, including all metadata and context passed to the agent.

Response Content

The full response generated by Claude Code, including any code snippets, file references, and explanations.

Debugging Failed Events

When an event fails, click on it to see:

  • Error Message - What went wrong
  • Stack Trace - Technical details for debugging
  • Retry Option - Button to retry the failed request
Common Issues

API Key Invalid - Check your LLM provider credentials in Account Settings

Rate Limited - You've exceeded your provider's rate limits. Wait and retry.

Repository Not Found - The repository may have been removed or access revoked.

Tip

Use the Events dashboard to identify common questions your team asks. This can help you improve documentation or create better system prompts for your agents.