---
title: "Release notes for Frontend Observability 1.3 | Grafana Cloud documentation"
description: "Release notes for Frontend Observability 1.3"
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Release notes for Frontend Observability 1.3

# 1.3.16

Released on 2024-02-20

- Fixing links to Explore from various places throughout the app

# 1.3.15

Released on 2024-02-12

- Add session overview histogram to the session overview page
- Add interactivity to the Session Overview table
- In some cases the interactive table was crashing when using the search function

# 1.3.14

Released on 2024-02-01

- Fix a UI issue resulting in crashes within the app overview.

# 1.3.13

Released on 2024-01-30

- Instrument plugin with React instrumentation
- Add a table of relevant sessions to the **Route Detail** page
- Add interactive user-journey table
- Make news dialog box more user friendly
- Add option to filter dashboard between K6 and RUM data
- Add missing response time to navigation row in user-journey table
- Use Ad-Hoc filter set from Scenes instead of a custom component
- Expand icon was missing in user-journey table for non Firefox browsers
- Fix session table in **Route Detail** page
- Upgrade Faro to 1.3.7
- Remove many unneeded dependencies

# 1.3.12

Released on 2024-01-19

- User Journey Table: replace **pageUrl** with **pageId**
- Add TraceQL query editor to Session Details page
- Updating WebVital visualizations to be more informative and easier to understand
- The time range is set to an absolute time range when navigating to the Session Detail page (for simpler page sharing and consistent experience)
- Adding filters to Error Awareness

# 1.3.11

Released on 2024-01-12

- Remove redundant logic from user journey table
- A number of QOL and readability improvements throughout the plugin

# 1.3.10

Released on 2023-12-26

- Update session configuration in `Web SDK Configuration` Page

# 1.3.9

Released on 2023-12-15

- Add “page performance” features - automatically infer an application’s page routes and show per-route details
- Add SDK configuration options for session tracking
- Error Awareness detail page now uses an absolute time range to allow for better sharing of errors
- Panel Explore buttons now communicates that only those with Editor or above permissions are able to click them
- Hide Editor actions from Viewer role
- Fix issue with Error Awareness detail page loading indefinitely
- Remove duplicates in Session table which
- Add missing `session_extend` value to the query for the summary lane panels in session details

# 1.3.8

Released on 2023-12-07

- User Journey table showed the same or gibberish results in the type and value columns
- Only show newly started and extended sessions in session overview

# 1.3.7

Released on 2023-12-06

- Add shared time range state between pages
- Fix some bugs with panels querying and rendering
- Update Faro dependencies, re-enable Faro Fetch instrumentation
- Show extended and resumed sessions in session overview table

# 1.3.6

Released on 2023-12-05

- Remove error type from error details URL, fixing some Error Awareness navigation issues
- Summary and User Experience Row in Session Details view were hidden on small screens
- Session details page crashed because of a call to setImmediate which is not supported anymore
- Refactored E2E testing to ensure more stability between plugin and receiver
- Update Faro and @grafana/scenes dependencies

# 1.3.5 (hotfix)

Released on 2023-11-09

- Update faro to latest version

# 1.3.4

Released on 2023-11-08

- Sort relevant tables by timestamp
- Don’t show welcome page again for existing customers

# 1.3.3

Released on 2023-11-03

- Add split traces view to session details pages
- Fixes missing welcome page
- Fix bug with app filter parsing, move app filters below tab bar

# 1.3.2

Released on 2023-10-31

- Enable new session management in Faro Web SDK
- Remove “app\_name” from list of links on the Error Awareness detail page
- Show timestamps in sessions table in clients timezone

# 1.3.1

Released on 2023-10-25

- Fix issues with broken queries in Overview/Errors dashboard as a result of the scenes refactor
- Fix issues with User Journey and Traces tables timestamps

# 1.3.0

Released on 2023-10-20

- Update scenes to latest version, refactor application to better adhere to scenes architecture
- Improve UX of Error Awareness page
- Refactor Overview and Errors scenes to use a single data source each
- Implement Scenes cursor sync feature for Overview dashboard
- Use correct value for upper threshold for Largest Contentful Paint panels
- Several issues in the session details view:
  
  - User Journey table: remove ms unit for CLS value.
  - User Journey table: issue a case insensitive search when navigating to Loki by clicking a value in the type column.
  - User Journey table: Show the correct timestamp value for the client timezone.
  - Traces table: Show the correct timestamp value for the client timezone.
