II.
Tool JSON
Structured · livetool:bugsnag
Bugsnag json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:bugsnag",
"_kind": "Tool",
"_file": "domain/tools/tools-error-tracking.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Bugsnag",
"homepageUrl": "https://www.bugsnag.com",
"kind": "observability",
"description": "Error monitoring and crash reporting platform for web and mobile apps.\nCaptures unhandled exceptions with rich diagnostics including breadcrumbs,\napp/device metadata, and affected user counts for prioritization.\n"
},
"outgoingEdges": [
{
"from": "tool:bugsnag",
"to": "skill-area:error-tracking",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:bugsnag",
"to": "skill-area:error-tracking",
"kind": "used_for"
},
{
"from": "tool:bugsnag",
"to": "tool:rollbar",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
},
{
"from": "tool:bugsnag",
"to": "tool:airbrake",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
},
{
"from": "tool:bugsnag",
"to": "tool:logrocket",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
}
],
"incomingEdges": [
{
"from": "tool:rollbar",
"to": "tool:bugsnag",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
},
{
"from": "tool:airbrake",
"to": "tool:bugsnag",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
},
{
"from": "tool:logrocket",
"to": "tool:bugsnag",
"kind": "alternative_to",
"attributes": {
"comparison": "Error tracking platforms"
}
}
]
}