Activity tab
Contents
The activity tab is a customizable list of events that you've captured. It's great for checking events are being captured, debugging captured events, and being a jumping off point for further analysis. You can expand each event to its specific properties, metadata, raw JSON, and feature flags.


The options for customization on the activity tab include:
Filtering by date, event, properties, and more.
Customizing the columns shown. These can include event properties, person properties, feature flags, and even SQL queries. You can reorder them and set your customization as the default for all project members.
For example, to show an absolute timestamp like Jul 16, 09:12:55, you can add an SQL expression like formatDateTime(toTimeZone($timestamp, 'America/Chicago' ), '%b %d, %H:%i:%s').
Activity views
The activity tab also has multiple views:
PostHog default: Shows a list of events with their person, URL or screen, library, and time.
Project default: Shows a list of events with the configured columns you set.
Event count: Shows each event along with the number of times it's been captured.
Live: Shows a live feed of events as they are captured as well as the number of currently active users. This can be filtered for a specific event or paused.
Jump to timestamp
When debugging issues from logs, error reports, or monitoring tools, you often need to find events around a specific point in time. Use the "Jump to timestamp" shortcut to quickly navigate to events within a time window.
Press J then T to open the jump dialog, or search for "Jump to timestamp" in the command palette. Enter a timestamp in ISO 8601, unix seconds/milliseconds, or MM/DD/YYYY format, select a time window, and you'll be taken directly to the filtered event list.