---
title: "Visual playback of the user journey: Introducing Session Replay in Grafana Cloud Frontend Observability"
url: https://daily.dev/posts/visual-playback-of-the-user-journey-introducing-session-replay-in-grafana-cloud-frontend-observabil-8m0eehli7
source_url: https://grafana.com/blog/visual-playback-of-the-user-journey-introducing-session-replay-in-grafana-cloud-frontend-observability
type: article
source: "Grafana Labs"
published: 2026-08-24T12:15:05.666Z
updated: 2026-08-24T12:15:36.932Z
tags: ["webdev", "observability", "grafana"]
reading_time: 8
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Visual playback of the user journey: Introducing Session Replay in Grafana Cloud Frontend Observability

**[Grafana Labs](https://daily.dev/sources/grafana)** · 8 min read · 1 upvotes · 0 comments

## Summary

Grafana Cloud Frontend Observability now offers Session Replay, a public preview add-on that visually reconstructs a user's session alongside existing telemetry (metrics, logs, traces). It builds on the Grafana Faro Web SDK, masks text and input values by default for privacy, uses RBAC to restrict recording access, and follows the same 30-day retention as other Frontend Observability data. Enabling it requires installing the @grafana/faro-instrumentation-replay package (Faro Web SDK 2.8.2+) and adding two lines of instrumentation code. A walkthrough shows how replay combined with trace correlation helped diagnose a failed banking payment caused by insufficient funds and a confusing error message.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://grafana.com/blog/visual-playback-of-the-user-journey-introducing-session-replay-in-grafana-cloud-frontend-observability>

## Questions this post answers

### How do I enable Session Replay in Grafana Cloud Frontend Observability?

Install the @grafana/faro-instrumentation-replay package and add ReplayInstrumentation to the Faro Web SDK instrumentations array during initializeFaro. Session Replay requires Grafana Faro Web SDK version 2.8.2 or later. Once deployed, sessions with a recording show the replay directly on the session detail page in the Sessions tab of Frontend Observability, alongside the event timeline.

_Developers instrumenting frontend monitoring can find setup walkthroughs like this one on daily.dev._

### What privacy protections does Grafana Session Replay have by default?

Session Replay masks all text and input values by default before any data leaves the browser, giving a strict privacy baseline out of the box. A dedicated role-based access control role limits who can view recordings, and replay data follows the same 30-day retention policy as other Frontend Observability data. Configuration is flexible so teams can tailor masking to their own privacy requirements, but consent obligations remain the organization's responsibility.

_Teams evaluating session replay tools for privacy compliance can track feature details like this on daily.dev._

## Similar posts on daily.dev

- [Actionable insights into the end-user experience: an overview of Grafana Cloud Frontend Observability dashboards](https://daily.dev/posts/actionable-insights-into-the-end-user-experience-an-overview-of-grafana-cloud-frontend-observabilit-w18363ccl) · Grafana Labs · 3 upvotes · 0 comments
- [Beyond performance monitoring: Understand the user experience with Grafana Cloud Frontend Observability](https://daily.dev/posts/beyond-performance-monitoring-understand-the-user-experience-with-grafana-cloud-frontend-observabil-vgqrtd6f3) · Grafana Labs · 0 upvotes · 0 comments
- [From failed check to real user impact: Pairing Synthetic Monitoring and Frontend Observability in Grafana Cloud](https://daily.dev/posts/from-failed-check-to-real-user-impact-pairing-synthetic-monitoring-and-frontend-observability-in-gr-tdjffwftw) · Grafana Labs · 1 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#observability](https://daily.dev/tags/observability), [#grafana](https://daily.dev/tags/grafana)

[View this post on daily.dev](https://daily.dev/posts/visual-playback-of-the-user-journey-introducing-session-replay-in-grafana-cloud-frontend-observabil-8m0eehli7)
