File tree Expand file tree Collapse file tree 4 files changed +149
-125
lines changed Expand file tree Collapse file tree 4 files changed +149
-125
lines changed Original file line number Diff line number Diff line change
1
+ save-exact = true
Original file line number Diff line number Diff line change 1
1
/**
2
2
* This file sets a custom webpack configuration to use your Next.js app
3
3
* with Sentry.
4
- *
4
+ *
5
5
* @see https://nextjs.org/docs/api-reference/next.config.js/introduction
6
6
* @see https://docs.sentry.io/platforms/javascript/guides/nextjs/
7
7
* @see https://blog.sentry.io/2020/08/04/enable-suspect-commits-unminify-js-and-track-releases-with-vercel-and-sentry
@@ -12,10 +12,9 @@ const withPlugins = require('next-compose-plugins')
12
12
const withGraphql = require ( 'next-plugin-graphql' )
13
13
14
14
const moduleExports = {
15
- future : { webpack5 : true } ,
16
15
publicRuntimeConfig : {
17
- dns : process . env . SENTRY_DSN || process . env . NEXT_PUBLIC_SENTRY_DSN
18
- }
16
+ dns : process . env . SENTRY_DSN || process . env . NEXT_PUBLIC_SENTRY_DSN ,
17
+ } ,
19
18
}
20
19
21
20
const SentryWebpackPluginOptions = {
Original file line number Diff line number Diff line change 11
11
},
12
12
"dependencies" : {
13
13
"@sentry/nextjs" : " 6.13.2" ,
14
- "next" : " 10.2.3 " ,
14
+ "next" : " 11.1.2 " ,
15
15
"react" : " 17.0.2" ,
16
16
"react-dom" : " 17.0.2"
17
17
},
18
18
"devDependencies" : {
19
19
"next-compose-plugins" : " 2.2.1" ,
20
20
"next-plugin-graphql" : " 0.0.2" ,
21
- "prettier" : " ^ 2.4.1"
21
+ "prettier" : " 2.4.1"
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments