Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions hugo/content/en/journey_monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ For each journey, you can:

## Prerequisites

Journey Monitoring requires the following products for frontend applications, each contributing different data to your journeys:
Journey Monitoring requires at **least one** of the following products to be enabled in frontend applications, each contributing different data to your journeys:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Journey Monitoring requires at **least one** of the following products to be enabled in frontend applications, each contributing different data to your journeys:
Journey Monitoring requires **at least one** of the following products to be enabled in frontend applications, each contributing different data to your journeys:


- **[RUM without Limits][5]** and **[Product Analytics][8]**: Traffic, conversion rate, time-to-convert metrics, and performance.
- **[RUM without Limits][5]**: Frontend errors and performance tracking through RUM operations.
- **[Product Analytics][8]**: Traffic, conversion rate, and time-to-convert metrics.
- **[Synthetic Browser Tests][6] or [Synthetic Mobile Tests][7]**: Uptime tracking through the journey's automatically created test suite.

## Journey structure
Expand Down
2 changes: 1 addition & 1 deletion hugo/content/en/journey_monitoring/map/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Journey Monitoring is in Preview.

The **Journey Monitoring map** displays all created and suggested journeys in a frontend application. Each tile in the map displays metrics on a journey's volume and conversion rate. If the journey has at least one Synthetic test defined, the tile also displays the journey's [Synthetic test suite][1] uptime metric.

<div class="alert alert-danger"><p>Only frontend applications that are instrumented with RUM without Limits, Synthetic Monitoring & Testing, and Product Analytics are eligible for Journey Monitoring.</p></div>
<div class="alert alert-danger"><p>Only frontend applications that are instrumented with RUM without Limits pr Synthetic Monitoring & Testing or Product Analytics are eligible for Journey Monitoring.</p></div>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="alert alert-danger"><p>Only frontend applications that are instrumented with RUM without Limits pr Synthetic Monitoring & Testing or Product Analytics are eligible for Journey Monitoring.</p></div>
<div class="alert alert-danger"><p>Only frontend applications that are instrumented with RUM without Limits, Synthetic Monitoring & Testing, or Product Analytics are eligible for Journey Monitoring.</p></div>

Looks like this was a typo? I think this should cover it


## Explore and manage journeys

Expand Down
Loading