Skip to content

Commit e0d13c2

Browse files
committed
scenario 4 brush up notes and format
1 parent 91213d6 commit e0d13c2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/scenarios/optimize_end_user_experiences/2-rum/2-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The above lines 21 and 23-30 are all that is required to enable RUM on your webs
3030

3131
Lines 22 and 31-34 are optional if you want Session Replay instrumented.
3232

33-
Line 36-39 `var tracer=Provider.getTracer('appModuleLoader');` will add a Custom Event for every page change, allowing you to better track your website conversions and usage.
33+
Line 36-39 `var tracer=Provider.getTracer('appModuleLoader');` will add a Custom Event for every page change, allowing you to better track your website conversions and usage. This may or may not be instrumented for this workshop.
3434

3535
{{% notice title="Exercise" style="green" icon="running" %}}
36-
Time to shop! Take a minute to open the workshop store URL in as many browsers and devices as you'd like, shop around, add items to cart, checkout, and feel free to close the shopping browsers when you're finished.
36+
Time to shop! Take a minute to open the workshop store URL in as many browsers and devices as you'd like, shop around, add items to cart, checkout, and feel free to close the shopping browsers when you're finished. Keep in mind this is a lightweight demo shop site, so don't be alarmed if the cart doesn't match the item you picked!
3737
{{% /notice %}}

content/en/scenarios/optimize_end_user_experiences/2-rum/5-analyzing-metrics.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Analyzing RUM Metrics
3+
linkTitle: 5. Analyzing RUM Metrics
34
weight: 5
45
---
56

0 commit comments

Comments
 (0)