Error and crashlytics
Enabling
Crashlytics is disabled by default. Enable via config:
Hood('config', 'crashlytics', true)
// or via auto‑conf remote config
What is captured
- Global
window.errorevents - The SDK serializes message and stack into payload and sends via beacon
Best practices
- Combine with
trackeventfor domain‑specific errors - Keep CSP relaxed enough to allow the beacon call to
crashlytics_url