Auto session replay is not working when using @sentry/react

781 Views Asked by At

Auto session replay is not working. getting Uncaught TypeError: e.recordDroppedEvent is not a function error on console

I think the above error is causing an issue.. rest my code is Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN, environment: process.env.REACT_APP_ENVIRONMENT, replaysSessionSampleRate: 0.1, replaysOnErrorSampleRate: 1, integrations: [new BrowserTracing(), new Sentry.Replay()], tracesSampleRate: 0.33, });

0

There are 0 best solutions below