File tree Expand file tree Collapse file tree 5 files changed +0
-30
lines changed
dev-packages/e2e-tests/test-applications Expand file tree Collapse file tree 5 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ export default defineNuxtConfig({
1111 } ,
1212 } ,
1313 } ,
14- nitro : {
15- rollupConfig : {
16- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17- external : [ / @ s e n t r y \/ .* / ] ,
18- } ,
19- } ,
2014 sentry : {
2115 autoInjectServerSentry : 'experimental_dynamic-import' ,
2216 } ,
Original file line number Diff line number Diff line change @@ -11,10 +11,4 @@ export default defineNuxtConfig({
1111 } ,
1212 } ,
1313 } ,
14- nitro : {
15- rollupConfig : {
16- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17- external : [ / @ s e n t r y \/ .* / ] ,
18- } ,
19- } ,
2014} ) ;
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ export default defineNuxtConfig({
1111 } ,
1212 } ,
1313 } ,
14- nitro : {
15- rollupConfig : {
16- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17- external : [ / @ s e n t r y \/ .* / ] ,
18- } ,
19- } ,
2014 sentry : {
2115 autoInjectServerSentry : 'top-level-import' ,
2216 } ,
Original file line number Diff line number Diff line change @@ -11,10 +11,4 @@ export default defineNuxtConfig({
1111 } ,
1212 } ,
1313 } ,
14- nitro : {
15- rollupConfig : {
16- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
17- external : [ / @ s e n t r y \/ .* / ] ,
18- } ,
19- } ,
2014} ) ;
Original file line number Diff line number Diff line change @@ -13,10 +13,4 @@ export default defineNuxtConfig({
1313 } ,
1414 } ,
1515 } ,
16- nitro : {
17- rollupConfig : {
18- // @sentry /... is set external to prevent bundling all of Sentry into the `runtime.mjs` file in the build output
19- external : [ / @ s e n t r y \/ .* / ] ,
20- } ,
21- } ,
2216} ) ;
You can’t perform that action at this time.
0 commit comments