Home
Raygun
Raygun Crash Report Example
Raygun Crash Report Example
Observability Crash Reporting Real User Monitoring Application Performance Monitoring Error Tracking Errors Monitoring DevOps Source Maps Deployment
Raygun Crash Report Example is an example object payload from Raygun, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
occurredOn details
Example Payload
{
"occurredOn": "2026-05-25T14:18:02Z",
"details": {
"machineName": "web-prod-03",
"version": "2.4.0",
"client": {
"name": "raygun4node",
"version": "1.0.0",
"clientUrl": "https://github.com/MindscapeHQ/raygun4node"
},
"error": {
"className": "TypeError",
"message": "Cannot read properties of undefined (reading 'id')",
"stackTrace": [
{
"lineNumber": 42,
"className": "CheckoutController",
"fileName": "/app/src/checkout.js",
"methodName": "submit"
},
{
"lineNumber": 118,
"className": "Router",
"fileName": "/app/node_modules/express/lib/router/index.js",
"methodName": "handle"
}
],
"data": {}
},
"environment": {
"processorCount": 8,
"osVersion": "Linux 6.1.0",
"platform": "linux",
"browser": "node",
"browserVersion": "20.11.0"
},
"request": {
"hostName": "shop.example.com",
"url": "/api/checkout",
"httpMethod": "POST",
"ipAddress": "203.0.113.42"
},
"response": {
"statusCode": 500
},
"user": {
"identifier": "user-9912",
"isAnonymous": false,
"email": "buyer@example.com",
"fullName": "Alex Buyer"
},
"tags": ["production", "checkout", "p1"],
"userCustomData": {
"cartId": "cart-882a1",
"experiment": "checkout-v3"
},
"breadcrumbs": [
{
"timestamp": 1748185080000,
"message": "Loaded checkout page",
"category": "navigation",
"level": "info",
"type": "manual"
},
{
"timestamp": 1748185081500,
"message": "Clicked Pay Now",
"category": "ui.click",
"level": "info",
"type": "manual"
}
]
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/raygun-crash-report-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.