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({
11
11
} ,
12
12
} ,
13
13
} ,
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
- } ,
20
14
sentry : {
21
15
autoInjectServerSentry : 'experimental_dynamic-import' ,
22
16
} ,
Original file line number Diff line number Diff line change @@ -11,10 +11,4 @@ export default defineNuxtConfig({
11
11
} ,
12
12
} ,
13
13
} ,
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
- } ,
20
14
} ) ;
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ export default defineNuxtConfig({
11
11
} ,
12
12
} ,
13
13
} ,
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
- } ,
20
14
sentry : {
21
15
autoInjectServerSentry : 'top-level-import' ,
22
16
} ,
Original file line number Diff line number Diff line change @@ -11,10 +11,4 @@ export default defineNuxtConfig({
11
11
} ,
12
12
} ,
13
13
} ,
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
- } ,
20
14
} ) ;
Original file line number Diff line number Diff line change @@ -13,10 +13,4 @@ export default defineNuxtConfig({
13
13
} ,
14
14
} ,
15
15
} ,
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
- } ,
22
16
} ) ;
You can’t perform that action at this time.
0 commit comments