Skip to content

Automatic events

The SDK sends these without you calling track(). They help you see installs, updates, first open, daily activity, and errors in the dashboard.

EventWhen
__first_openThe first time a new anonymous user id is created for this install.
__installThe extension was installed.
__updateThe extension was updated; may include previousVersion.
__daily_pingAt most once per UTC day per user after startup.
__errorAutomatic error capture, or manual captureError / captureLastError.

Avoid using these names for your own custom events so reports stay easy to read.

See Error tracking for how __error is populated.

Moderok: analytics for browser extensions