Skip to main content

Documentation Index

Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

How it works

Revlytics captures unhandled JavaScript errors via window.onerror and unhandledrejection events. Errors are sent as error event types.

Captured data

FieldDescription
error_nameError type (e.g., TypeError, ReferenceError)
error_messageError message
error_stackStack trace (up to 2KB)
filenameSource file URL
linenoLine number
colnoColumn number

Deduplication

The same error (same message + filename) is deduplicated within a 1-minute window. This prevents error floods from crashing loops or rapidly-firing events.

Filtered errors

The following are automatically filtered out:
  • ResizeObserver loop errors — Common, benign browser noise
  • Third-party script errors — Errors from scripts on other domains (where filename doesn’t match your hostname)

No configuration needed

Error tracking is enabled by default. There is no attribute to disable it independently, but you can filter errors in the dashboard.