### Problem Statement It’d be great to be able to do the same as https://github.com/getsentry/sentry-javascript/pull/6508, but via `@sentry/nextjs`. #### Current ```js import { Replay } from "@sentry/browser"; import * as Sentry from "@sentry/nextjs"; // new Replay() ``` #### Expected ```js import * as Sentry from "@sentry/nextjs"; // new Sentry.Replay() ``` ### Solution Brainstorm - Re-export `Replay` from `@sentry/nextjs`