Dash0 Raises $110M Series B at $1B Valuation

Last updated: June 19, 2026

About Investigating Sessions

Sessions in the Websites Explorer lists every user session recorded for a website within the selected time window.

Use it to understand session volume trends, identify users who encountered errors, filter sessions to a specific page or deployment, and open the full session detail to follow a user's exact journey through your application.

DDash0 Websites Sessions tab showing the New session count chart, Bounce rate chart, and the sessions list with User, Start, System, Country, Errors count, and Page view count columns

Use the Session Summary Charts

Above the session list, two charts provide an aggregated view of session behavior over the selected time window.

  • New session count — a bar chart showing how many new sessions were started in each time bucket. Useful for detecting traffic patterns, deployment-driven spikes, or suspicious bot activity.
  • Bounce rate — a line chart showing the percentage of sessions where the user left without a second interaction. A rising bounce rate after a deployment is an early signal that something may have broken on the landing page. Set an alert for this to be notified when it happens.

Switch the chart type using the Session metrics / None toggle to focus on the raw session count chart, the session metrics charts, or hide the charts entirely.

Use the Sessions List

The sessions table lists individual sessions with the following columns.

ColumnDescription
UserThe identified user's name and email, or "No user details" for anonymous sessions
Start (duration)When the session started and whether it is still ongoing or has ended
SystemOperating system, browser name and version, and screen resolution
CountryThe user's geographic location
Errors countNumber of unhandled JavaScript errors recorded during the session — highlighted in red if non-zero
Page view countTotal number of page loads and SPA navigations in the session

Sessions with at least one error are marked with a red left border, making them immediately visible when scanning for problematic sessions.

Filter Sessions

Use the search bar (⌘F) to filter sessions by any attribute — such as page path, browser, country, deployment, or error state.

  • Filters apply to the session list and summary charts, allowing you to narrow down to specific scenarios like sessions that visited a particular page, encountered errors, or came from a specific deployment.
  • The session count updates immediately to show how many sessions match your filters (e.g. "Showing 32 of 361 sessions").
Tip

For a complete guide to filtering in the Websites Explorer, including available attributes and examples for different use cases, see Filter Sessions and Data.

Use the Session Detail Panel

Click any session row to open the session detail panel on the right. The panel shows the user's identity, a filtered list of events from the session, and a page flow timeline that includes cross-tab navigation tracking.

Session detail panel showing user identity, domain, system info, location, duration, page flow timeline with visited pages and event counts, and Core Web Vitals metrics

From the session detail panel, you can do the following:

Tip

For details on what the session detail panel shows and how to use it, see View Session Details.

Further Reading