Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adutta-newrelic committed Feb 4, 2025
1 parent c0b7c21 commit c347729
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
title: "Sequence filtering"
metaDescription: "Play back user interactions to debug faster and improve page performance."
freshnessValidatedDate:
freshnessValidatedDate: '2025-02-25'
---

## Introduction

The Sequence Filtering feature allows users to filter session replays based on a specific sequence of events recorded during user interactions. This functionality is designed to help users efficiently navigate through numerous session recordings on the Session Listing Page, making the search for relevant replays seamless.
The **Sequence Filtering** feature helps users to filter session replays based on a specific sequence of events recorded during user interactions. This functionality is designed to help users efficiently navigate through numerous session recordings on the Session Listing Page, making the search for relevant replays seamless.

## Key Features

Expand All @@ -15,7 +13,9 @@ The Sequence Filtering feature allows users to filter session replays based on a
* **Support for multiple actions**: Users can specify up to 5 actions in a sequence.
* **Flexible filtering**: Filters can be applied in any order, allowing users to combine sequence filters with other filter types such as duration.

## Get started
## Personalize the view

By default the **Sequence** is set to **All**. Users can personalize the view by selecting the **Sequence = All** filter and clicking on the **Set up a filtering sequence** dialog to define their sequence filters.

<Steps>

Expand All @@ -28,7 +28,81 @@ The Sequence Filtering feature allows users to filter session replays based on a
</Step>

<Step>
In the **Set up a filtering sequence** dialog:

The **Set up a filtering sequence** dialog allows users to create a sequence filter by specifying up to 5 actions in a particular order. Users can define the sequence by selecting the following attributes:

<table>
<thead>
<tr>
<th style={{ width: "135px" }}>
Action
</th>

<th style={{ width: "150px" }}>
Description
</th>
</tr>
</thead>

<tbody>
<tr>
<td>
Attribute
</td>

<td>
Select an attribute from the below options:

* URL viewed: Filter the data depending on the URL of the page viewed by the user.
* Page action: Filter the data based on the user's interaction with the page.
* Keyboard input
* User clicks
</td>
</tr>

<tr>
<td>
`changelog`
</td>

<td>
String, 65535 character maximum
</td>
</tr>

<tr>
<td>
`description`
</td>

<td>
String, 65535 character maximum
</td>
</tr>

<tr>
<td>
`user`
</td>

<td>
String, 31 character maximum
</td>
</tr>

<tr>
<td>
`timestamp`
</td>

<td>
ISO 8601
</td>
</tr>
</tbody>
</table>



* **Select the attribute**: Select an attribute from the drop-down list.
* **Operators**: Select an operator.
Expand Down
26 changes: 24 additions & 2 deletions src/nav/browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,28 @@ pages:
path: /docs/browser/browser-monitoring/getting-started/browser-summary-page
- title: Session replay
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay
- title: Sequence filtering
path: /docs/browser/browser-monitoring/browser-pro-features/sequence-filtering
pages:
- title: Get started with session replay
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/get-started
- title: Configuration
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/configuration
pages:
- title: Setup session replay
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/configuration/setup-session-replay
- title: Configure privacy settings
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/configuration/customize-privacy-settings
- title: Update JavaScript for session replay
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/configuration/update-javascript-for-session-replay
- title: View session replays in New Relic
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/view-session-replays
- title: Manage session replay & modify capabilities
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/manage-session-replay-modify-capabilities
- title: Troubleshooting session replay
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/troubleshooting-session-replay
- title: Advanced features
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/advanced-features
- title: Additional information
path: /docs/browser/browser-monitoring/browser-pro-features/session-replay/additional-information
- title: Core web vitals
path: /docs/browser/new-relic-browser/guides/guide-to-monitoring-core-web-vitals
- title: Page views page
Expand All @@ -72,6 +92,8 @@ pages:
path: /docs/errors-inbox/browser-tab
- title: Session traces page
path: /docs/browser/browser-monitoring/browser-pro-features/session-traces-explore-webpages-life-cycle
- title: Sequence filtering
path: /docs/browser/browser-monitoring/browser-pro-features/sequence-filtering
- title: Geography page
path: /docs/browser/new-relic-browser/browser-pro-features/geography-webpage-metrics-location
- title: Browsers page
Expand Down

0 comments on commit c347729

Please sign in to comment.