Issues Alerts

Issues Alerts notify your team the moment Galileo AI opens an Issue from a severe Signal, delivered via Slack and webhooks.

Issues Alerts notify your team whenever Galileo AI opens an Issue from a new severe Signal affecting your users. Alerts are configurable and delivered to your preferred channel, reducing the need to monitor LogRocket constantly. Configure them from the Issues view's Configure Alerts button in the top right. This feature is available on Pro and Enterprise plans only.

📘

Alerts now fire on Issues

Alerts are tied to Issues rather than to individual Errors. When Galileo detects a severe Signal and opens an Issue for it, the alert links to that Issue — giving your team a single place to triage, assign, dispatch an agent, and track the fix.

📘

Related: Auto-dispatch coding agents

Issues Alerts notify your team in Slack or via webhook. Auto-dispatch goes a step further, automatically launching a Cursor Cloud Agent to open a fix PR when Galileo opens an Issue from a severe Signal. Both react to severe Signals — use alerts for notification, auto-dispatch for automated fixes.

Click "Configure Alerts" to get started

Configuring alerts

Issues Alerts can be configured with the following conditions:

  • Page Definitions — Scope alerts to certain Visited URL Definitions, or feature areas of your app.
  • Platform — Limit alerts to Issues that occurred on the chosen platform (Web, Android, or iOS).
  • Alert threshold — The number of users an Issue must affect before it triggers an alert.

Note: configuring an Issues Alert requires permissions that include access to General Settings.

Alert destinations

Alerts can be sent to Slack or webhooks. When creating an alert configuration, choose the Send to destination.

Alerts via Slack

Select Slack in the "Send to" field, then click Connect Slack to complete Slack's authentication and setup flow.

Alerts via webhook

Select Webhook in the "Send to" field and paste your destination's endpoint URL into the Webhook URL field.

Example webhook payload

{
  "type": "IssuesAlert",
  "appID": "apphub/logrocket",
  "title": "New Severe Issue",
  "issue": {
    "issueType": "EXCEPTION",
    "url": "https://app.logrocket.com/issues/",
    "firstSeen": 1746809383,
    "sessionCount": 10,
    "sessionRate": "1.2",
    "label": "Error • TypeError: Cannot read properties of undefined (reading \"title\")",
    "issueDescription": "Users get an error and are logged out",
    "screenshotUrl": "https://storage.googleapis.com/logrocket-assets/logrocket-logo-slack.png",
    "summary": "Users are logged out because the authentication endpoint is...",
    "user_impact": "Users cannot submit any orders, eliminating a core workflow..."
  }
}