-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "com.anklebreaker.tombstack",
"version": "0.9.0",
"displayName": "Tombstack",
"description": "Crash, exception, and session telemetry reporting for Unity games — fully autonomous after Init. Captures managed C# exceptions (Unity log, unobserved Tasks, AppDomain), keeps a rolling session log uploaded with crashes and bug reports, detects unclean shutdowns (hard crash / OOM / force quit) on the next launch, and emits session heartbeats for CCU. Includes an in-editor hub: sign in with your Tombstack account, link the project to a game, and watch a live crash dashboard without leaving Unity. Free tier under 10 CCU.",
"unity": "6000.0",
"keywords": ["crash", "telemetry", "monitoring", "bugs", "anklebreaker", "tombstack"],
"author": { "name": "AnkleBreaker Studio", "url": "https://github.com/AnkleBreaker-Studio/tombstack" },
"license": "MIT",
"documentationUrl": "https://github.com/AnkleBreaker-Studio/tombstack",
"files": [
"Runtime",
"Editor",
"Samples~",
"Documentation~",
"README.md",
"CHANGELOG.md",
"LICENSE.md"
],
"samples": [
{
"displayName": "Quick Start",
"description": "Minimal bootstrap showing Init, consent, user identification, events, breadcrumbs, and bug reports.",
"path": "Samples~/QuickStart"
}
]
}