Error and crashlytics

Enable crash reporting and understand captured payloads.
developer

Enabling

Crashlytics is disabled by default. Enable via config:

Hood('config', 'crashlytics', true)
// or via auto‑conf remote config

What is captured

  • Global window.error events
  • The SDK serializes message and stack into payload and sends via beacon

Best practices

  • Combine with trackevent for domain‑specific errors
  • Keep CSP relaxed enough to allow the beacon call to crashlytics_url