Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sentry-react replay doesnt appear #87477

Open
Dmitrykim94 opened this issue Mar 20, 2025 · 2 comments
Open

sentry-react replay doesnt appear #87477

Dmitrykim94 opened this issue Mar 20, 2025 · 2 comments

Comments

@Dmitrykim94
Copy link

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

Hello, im using "@sentry/react": "^7.57.0",
replay video doesnt appear in sentry dashboard, only replayId.
sentry debug is true, and i see that its has been initialized, but cant see replay itself.

Sentry.init({
dsn: "dsn here",
environment: process.env.NODE_ENV,
integrations: [
new Sentry.BrowserProfilingIntegration(),
Sentry.reactRouterV6BrowserTracingIntegration({
useEffect,
useLocation,
useNavigationType,
createRoutesFromChildren,
matchRoutes,
}),
Sentry.breadcrumbsIntegration({
console: true,
dom: true,
fetch: true,
history: true,
xhr: true,
}),
Sentry.replayIntegration({
maskAllText: false,
blockAllMedia: false,
}),
],
tracesSampleRate: 1.0,
replaysSessionSampleRate: 1.0,
replaysOnErrorSampleRate: 1.0,
});

Expected Result

replay appears in sentry dashboard

Actual Result

no replay found

Product Area

Unknown

Link

No response

DSN

No response

Version

No response

@getsantry
Copy link
Contributor

getsantry bot commented Mar 20, 2025

Auto-routing to @getsentry/product-owners-replays for triage ⏲️

@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Mar 20, 2025
@billyvg
Copy link
Member

billyvg commented Mar 21, 2025

@Dmitrykim94 Can you post the debug logs? I'd recommend upgrading to the latest version of the SDK as the version you're on is quite old.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants