Skip to content

Commit df1d3d9

Browse files
author
Luca Forstner
committed
Add webpack plugin experiment to integration tests
1 parent 0f205ec commit df1d3d9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/nextjs/test/integration/next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const moduleExports = {
44
eslint: {
55
ignoreDuringBuilds: true,
66
},
7+
sentry: {
8+
experiments: { autoWrapDataFetchers: true },
9+
},
710
};
811
const SentryWebpackPluginOptions = {
912
dryRun: true,

packages/nextjs/test/integration/next10.config.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const moduleExports = {
55
future: {
66
webpack5: %RUN_WEBPACK_5%,
77
},
8+
sentry: {
9+
experiments: { autoWrapDataFetchers: true },
10+
},
811
};
912

1013
const SentryWebpackPluginOptions = {

packages/nextjs/test/integration/next11.config.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ const moduleExports = {
66
eslint: {
77
ignoreDuringBuilds: true,
88
},
9+
sentry: {
10+
experiments: { autoWrapDataFetchers: true },
11+
},
912
};
1013

1114
const SentryWebpackPluginOptions = {

0 commit comments

Comments
 (0)