Raygun · Example Payload

Raygun Error Group Example

productioncheckoutp1

Raygun Error Group Example is an example object payload from Raygun, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

identifierapplicationIdentifiermessageclassNamestatusfirstOccurredOnlastOccurredOnoccurrenceCountuserCounttags

Example Payload

Raw ↑
{
  "identifier": "5fA2c91e",
  "applicationIdentifier": "abc123",
  "message": "Cannot read properties of undefined (reading 'id')",
  "className": "TypeError",
  "status": "active",
  "firstOccurredOn": "2026-05-23T08:11:00Z",
  "lastOccurredOn": "2026-05-25T14:18:02Z",
  "occurrenceCount": 142,
  "userCount": 89,
  "tags": ["production", "checkout", "p1"]
}