Skip to content

Commit

Permalink
fix(browser): add back gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ally-sassman committed May 7, 2024
1 parent e097dda commit a140c69
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ redirects:
freshnessValidatedDate: 2024-05-06
---

import browserSessionTraces from 'images/browser_screenshot-full_session-traces.webp'

import browserSessionTraceDetails from 'images/browser_screenshot-full_session-trace-details.webp'

import browserSessionTraces from 'images/browser_screenshot-full_session-traces.webp'
Expand All @@ -36,7 +38,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 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:
<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. 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:

* Page load timing
* Individual asset loads
Expand All @@ -45,8 +47,6 @@ Session trace data will be billable starting June 10, 2024. See [Data consumptio
* Callbacks
* Errors and other events during the session

## Identify and solve problems [#benefits]

<img
title="Session trace error details"
alt="A screenshot of error details in a browser session trace"
Expand All @@ -57,6 +57,9 @@ Session trace data will be billable starting June 10, 2024. See [Data consumptio
Go to <DoNotTranslate>**[one.newrelic.com](https://one.newrelic.com) > Browser > (select an app) > Session traces**</DoNotTranslate>: Here is an example of some of the wealth of information you can explore in a session trace.
</figcaption>

## Use cases [#benefits]


Session traces help you solve the following problems:

<table>
Expand Down

0 comments on commit a140c69

Please sign in to comment.