Skip to content

Commit

Permalink
chore(browser): add sampling screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed May 7, 2024
1 parent 2af0549 commit 622bf0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ import browserSessionTraces from 'images/browser_screenshot-full_session-traces.

import browserSessionTraceIndex from 'images/browser_screenshot-full_session-traces-index.webp'

import browserConfigureSessionTraceSamplingRate from 'images/browser_screenshot-full_configure-session-trace-sampling-rate.webp'

import browserMonthlySessionTraceConsumptionQuery from 'images/browser_screenshot-full_monthly-session-trace-consumption-query.webp'

import browserDailySessionTraceConsumptionQuery from 'images/browser_screenshot-full_daily-session-trace-consumption-query.webp'
Expand All @@ -34,7 +36,7 @@ import browserDailySessionTraceConsumptionQuery from 'images/browser_screenshot-
Session trace data will be billable starting June 10, 2024. See [Data consumption](#plan-for-paid-consumption) for details.
</Callout>

<DoNotTranslate>**Session traces**</DoNotTranslate> provides a detailed timeline of the load and interaction events during a webpage's full life cycle, for as long as ten minutes. After you select the session URL or session trace ID, you can use the detailed waterfall visualization and heat map overview to examine metrics and identify problems related to:
<DoNotTranslate>**Session traces**</DoNotTranslate> provides a detailed timeline of the load and interaction events during a webpage's full life cycle up to ten minutes. elect the session URL or session trace ID, you can use the detailed waterfall visualization and heat map overview to examine metrics and identify problems related to:

* Page load timing
* Individual asset loads
Expand Down Expand Up @@ -157,6 +159,12 @@ By connecting performance to user experience and interactions to performance, th
<Step>
### Configure sampling rates [#configure-sampling-rates]

<img
title="Configure sampling rates in the pplication settings page"
alt="Screenshot of the application settings page"
src={browserConfigureSessionTraceThresholds}
/>

Choose your sampling mode:

* <DoNotTranslate>**Default**</DoNotTranslate> collects 90 traces per hour regardless of your application's traffic. Choose this mode if you only need a small sample of session traces. Note that there may not always be traces available on sessions you're troubleshooting.
Expand All @@ -174,11 +182,6 @@ For example, if you set the session sampling rate to 50% and the error sampling
For example, if your session replay sampling rate is 20% and your trace sampling rate is 10%, we’ll collect traces for 20% of your sessions. If your trace sampling rate is 30%, we'll collect traces for 30% of your sessions.
</Callout>

<img
title="browser_sessiontraces_sampling.png"
alt="browser_sessiontraces_sampling.png"
src={browserSessionTraceDetails}
/>
</Step>

<Step>
Expand Down
Binary file not shown.

0 comments on commit 622bf0f

Please sign in to comment.