Skip to content

Replays in Sentry no showing correct pages. #14381

@rodolfoBee

Description

@rodolfoBee

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/react

SDK Version

8.37.1

Framework Version

No response

Link to Sentry event

No response

Reproduction Example/SDK Setup

Sentry.init({
  dsn: "_MY_DSN_",
  integrations: [
    Sentry.browserTracingIntegration(),
    Sentry.replayIntegration(),
  ],
  tracesSampleRate: 0.1, 
  replaysSessionSampleRate: 0.1, 
  replaysOnErrorSampleRate: 0.3, 
});

Steps to Reproduce

Not available.

Expected Result

Replay reproduction shows user's page loads when he/she navigates through pages in the application.

Actual Result

Pageloads are not displayed on replays. The mouse movements, clicks and breadcrumbs point to the user navigating and using other pages, but the replay shows only the landing page of the application.

There were no changes on the application side when the issue started, issue also affected v7.100.0 of the SDK.

Original request and links to examples are available in the linked Jira issue (contains PII).

┆Issue is synchronized with this Jira Improvement by Unito

Metadata

Metadata

Assignees

Labels

BugPackage: reactIssues related to the Sentry React SDKSync: Jiraapply to auto-create a Jira shadow ticket

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions