diff --git a/dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/nuxt.config.ts b/dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/nuxt.config.ts index 9379acaf978a..f60139973266 100644 --- a/dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/nuxt.config.ts +++ b/dev-packages/e2e-tests/test-applications/nuxt-3-dynamic-import/nuxt.config.ts @@ -11,12 +11,6 @@ export default defineNuxtConfig({ }, }, }, - nitro: { - rollupConfig: { - // @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output - external: [/@sentry\/.*/], - }, - }, sentry: { autoInjectServerSentry: 'experimental_dynamic-import', }, diff --git a/dev-packages/e2e-tests/test-applications/nuxt-3-min/nuxt.config.ts b/dev-packages/e2e-tests/test-applications/nuxt-3-min/nuxt.config.ts index 87e046ed39e9..0fcccd560af9 100644 --- a/dev-packages/e2e-tests/test-applications/nuxt-3-min/nuxt.config.ts +++ b/dev-packages/e2e-tests/test-applications/nuxt-3-min/nuxt.config.ts @@ -11,10 +11,4 @@ export default defineNuxtConfig({ }, }, }, - nitro: { - rollupConfig: { - // @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output - external: [/@sentry\/.*/], - }, - }, }); diff --git a/dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/nuxt.config.ts b/dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/nuxt.config.ts index d5828016d034..fbac0aa482e9 100644 --- a/dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/nuxt.config.ts +++ b/dev-packages/e2e-tests/test-applications/nuxt-3-top-level-import/nuxt.config.ts @@ -11,12 +11,6 @@ export default defineNuxtConfig({ }, }, }, - nitro: { - rollupConfig: { - // @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output - external: [/@sentry\/.*/], - }, - }, sentry: { autoInjectServerSentry: 'top-level-import', }, diff --git a/dev-packages/e2e-tests/test-applications/nuxt-3/nuxt.config.ts b/dev-packages/e2e-tests/test-applications/nuxt-3/nuxt.config.ts index 87e046ed39e9..0fcccd560af9 100644 --- a/dev-packages/e2e-tests/test-applications/nuxt-3/nuxt.config.ts +++ b/dev-packages/e2e-tests/test-applications/nuxt-3/nuxt.config.ts @@ -11,10 +11,4 @@ export default defineNuxtConfig({ }, }, }, - nitro: { - rollupConfig: { - // @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output - external: [/@sentry\/.*/], - }, - }, }); diff --git a/dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts b/dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts index ce3d681c963f..823fa6c82245 100644 --- a/dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts +++ b/dev-packages/e2e-tests/test-applications/nuxt-4/nuxt.config.ts @@ -13,10 +13,4 @@ export default defineNuxtConfig({ }, }, }, - nitro: { - rollupConfig: { - // @sentry/... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output - external: [/@sentry\/.*/], - }, - }, });