Issues Digests

Digests deliver roundups of your most important issues directly to your team via email, Slack, Teams, and webhooks.

LogRocket delivers a weekly Issues Digest to your Slack channel, Microsoft Teams channel, email address, or webhook endpoint of choice. The digest is a summary of your app's most severe issues from the last week. Digests are delivered Monday mornings.

To set up an Issues Digest, go to Issues tab and click "Configure Digests" button in the top right corner.

Click "Configure Digests" to get started

Click "Configure Digests" to get started

📘

Digests, Severity Scores, and Galileo ML

Issues Digests are driven by Issues Severity Scores, generated by LogRocket's Galileo ML.

Digest Destinations

Digests can be configured to send to Slack, Microsoft Teams, email, and webhooks. When creating a digest, select the "Send to:" destination:

Issues Digest destinations

Issues Digest destinations

Digests via Email

Issues Digest via **Email**

Issues Digest via Email

When creating an Issues Digest, select "Email" in the "Send to" field. Add a single email address that will receive the digest. If you want the email digests to be sent to multiple people, you can either:

  1. Setup an alias email address with your email administrator, ie. [email protected]
  2. Create multiple email digests to each person's email address.

Digests via Slack

Issues Digest via Slack

Issues Digest via Slack

When create an Issues Digest, select "Slack" in the "Send to" field. Click the "Connect Slack" button to be directed to Slack's authentication and setup flow.

Completing the Slack flow completes the Slack integration.

Digests via Webhook

When create an Issues Digest, select "Webhook" in the "Send to" field. In the "Webhook URL" field, provide the endpoint URL from your chosen destination that provides the webhook.

Example webhook payload

{
  type: 'IssuesDigest',
  appID: 'orgId/appId',
  title: 'Severe Issues Weekly Digest',
  startDate: '2023-07-12T16:25:48',
  endDate: '2023-07-19T16:25:48',
  url: 'https://app.logrocket.com/orgId/appId/issues/needs-triage?fromTime=1689783948378&range=1w&rangeStart=1689179148378&rangeEnd=1689783948378&showMostSevereIssues=true&issueTypeOptions=ALL',
  totalIssues: 18,
  topIssues: [
    {
      issueType: 'JS Error',
      url: 'https://app.logrocket.com/orgId/appId/issue/i?issueFilters=...',
      sessionCount: 153,
      severity: 0.82,
      label: "JS Error â€ĸ Error Can't find element with id embedded-lock"
    },
    {
      issueType: 'Network Error',
      url: 'https://app.logrocket.com/orgId/appId/issue/i?issueFilters=...',
      sessionCount: 13,
      severity: 0.8,
      label: 'Network Error â€ĸ 502 POST app.company.com/v1/'
    },
    {
      issueType: 'Dead Click',
      url: 'https://app.logrocket.com/orgId/appId/issue/i?issueFilters=...',
      sessionCount: 498,
      severity: 0.75,
      label: `Dead Click â€ĸ on text 'Complete Checkout')`
    },
    {...7 more...},
  ]
}

Digests via Microsoft Teams

When create an Issues Digest, select "Microsoft Teams" in the "Send to" field. Follow the Setup Instructions to connect your new digest to the Teams channel of your choice.

Paste the webhook URL Teams gives you into the text input in the configuration view, click "Save" and your digest is configured! Your first digest will arrive on the following Monday morning.

â„šī¸

10-digest limit

When set up, Issues Digests are configured on a per-app basis. Each app is limited to 10 issues digests.