Skip to content

Commit df0e20d

Browse files
committed
improve formatting, copy, of replay details breadcrumbs sub-bullets
1 parent 9b7505e commit df0e20d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/product/explore/session-replay/replay-details.mdx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ Every replay has a detailed view that contains the embedded video player and ric
1515

1616
* **Breadcrumbs:** The replay breadcrumbs show when key user interactions took place. Breadcrumbs are synced with the replay player and will auto-scroll as the video plays.
1717
Specifically:
18-
- user clicks or taps (including rage and dead clicks)
19-
- augmented with surrounding HTML source code (web & react native) to help users understand which event was targeted.
20-
- user inputs
21-
- [navigations, page loads, view changes](/product/insights/overview/transaction-summary/#what-is-a-transaction)
22-
- app backgrounding and foregrounding (mobile)
23-
- [web vitals](/product/insights/web-vitals/) (web)
24-
- augmented with the selector to help users identify which elements are affecting their Web Vital scores.
25-
- [custom breadcrumbs](/product/sentry-basics/integrate-backend/configuration-options/#breadcrumbs)
26-
- To learn more about how custom breadcrumbs are rendered, [read the docs here](/platform-redirect/?next=/session-replay/configuration/#custom-breadcrumbs).
18+
- **User Clicks or Taps:** including rage and dead clicks on web and react native.
19+
- **User Inputs:** except password fields which are always redacted.
20+
- **Navigations, Page Loads & View Changes:** [Learn more about spans](/product/sentry-basics/distributed-tracing/)
21+
- **Mobile specific:** Backgrounding and Foregrounding, Network connectivity and battery usage
22+
- **Web Vitals:** With links to [Web Vitals Insights](/product/insights/web-vitals/)
23+
- **Custom Breadcrumbs:** Learn more about configuring [custom breadcrumbs](/product/sentry-basics/integrate-backend/configuration-options/#breadcrumbs)
2724

2825
Some [breadcrumb types](/product/issues/issue-details/breadcrumbs/) visible in **Issue Details** are not 1:1 to the replay breadcrumbs list. The trail of events typically seen in the Issue Details page are now displayed in the Console and Network components of the **Replay Details** page.
2926

0 commit comments

Comments
 (0)