You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the documentation to set up Sentry with Session Replay for Next.js.
Run your project.
An error will be thrown pointing to the following line of code inside sentry.client.config: integrations: [Sentry.replayIntegration()],
Expected Result
No error is thrown.
Actual Result
An error is returned stating that TypeError: sentry_nextjs__WEBPACK_IMPORTED_MODULE_0_.replayIntegration is not a function, even though I have ensured that I am using the latest version of the Sentry SDK for Next.js
Product Area
Replays
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered:
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Expected Result
No error is thrown.
Actual Result
An error is returned stating that TypeError: sentry_nextjs__WEBPACK_IMPORTED_MODULE_0_.replayIntegration is not a function, even though I have ensured that I am using the latest version of the Sentry SDK for Next.js
Product Area
Replays
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: