File tree 4 files changed +546
-346
lines changed
4 files changed +546
-346
lines changed Original file line number Diff line number Diff line change 21
21
"@radix-ui/react-icons" : " ^1.3.0" ,
22
22
"@radix-ui/react-toolbar" : " ^1.0.4" ,
23
23
"@radix-ui/themes" : " ^2.0.3" ,
24
- "@sentry/nextjs" : " 8.20 .0" ,
24
+ "@sentry/nextjs" : " 8.29 .0" ,
25
25
"@spotlightjs/spotlight" : " ^2.1.1" ,
26
26
"next" : " ^15.0.0-canary.83" ,
27
27
"next-auth" : " ^4.24.5" ,
Original file line number Diff line number Diff line change 1
1
const { redirects} = require ( './redirects.js' ) ;
2
2
3
- const { codecovWebpackPlugin } = require ( '@codecov/webpack-plugin' ) ;
3
+ const { codecovNextJSWebpackPlugin } = require ( '@codecov/nextjs- webpack-plugin' ) ;
4
4
const { withSentryConfig} = require ( '@sentry/nextjs' ) ;
5
5
6
6
const outputFileTracingExcludes = process . env . NEXT_PUBLIC_DEVELOPER_DOCS
@@ -42,12 +42,13 @@ const nextConfig = {
42
42
outputFileTracingExcludes,
43
43
} ,
44
44
45
- webpack : ( config , _options ) => {
45
+ webpack : ( config , options ) => {
46
46
config . plugins . push (
47
- codecovWebpackPlugin ( {
47
+ codecovNextJSWebpackPlugin ( {
48
48
enableBundleAnalysis : typeof process . env . CODECOV_TOKEN === 'string' ,
49
49
bundleName : 'sentry-docs' ,
50
50
uploadToken : process . env . CODECOV_TOKEN ,
51
+ webpack : options . webpack ,
51
52
} )
52
53
) ;
53
54
Original file line number Diff line number Diff line change 58
58
"@radix-ui/react-toolbar" : " ^1.0.4" ,
59
59
"@radix-ui/themes" : " ^2.0.3" ,
60
60
"@sentry-internal/global-search" : " ^1.1.0" ,
61
- "@sentry/nextjs" : " 8.20 .0" ,
61
+ "@sentry/nextjs" : " 8.29 .0" ,
62
62
"@types/mdx" : " ^2.0.9" ,
63
63
"algoliasearch" : " ^4.23.3" ,
64
64
"esbuild" : " ^0.19.8" ,
105
105
},
106
106
"devDependencies" : {
107
107
"@babel/preset-typescript" : " ^7.15.0" ,
108
- "@codecov/webpack-plugin" : " ^0 .0.1-beta.2 " ,
108
+ "@codecov/nextjs- webpack-plugin" : " ^1 .0.0 " ,
109
109
"@spotlightjs/spotlight" : " ^2.0.0-alpha.1" ,
110
110
"@tailwindcss/forms" : " ^0.5.7" ,
111
111
"@tailwindcss/typography" : " ^0.5.10" ,
You can’t perform that action at this time.
0 commit comments