File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5
5
const { withSentryConfig } = require ( '@sentry/nextjs' )
6
6
7
7
/** @type {import('next').NextConfig } */
8
- const nextConfig = {
8
+ const moduleExports = {
9
9
output : 'standalone' ,
10
10
reactStrictMode : true ,
11
11
swcMinify : true ,
12
12
eslint : {
13
13
dirs : [ 'pages' , 'utils' ] , // Only run ESLint on the 'pages' and 'utils' directories during production builds
14
14
} ,
15
- }
16
-
17
- const moduleExports = {
18
- nextConfig,
19
15
sentry : {
20
16
// Use `hidden-source-map` rather than `source-map` as the Webpack `devtool`
21
17
// for client-side builds. (This will be the default starting in
Original file line number Diff line number Diff line change 19
19
"@rjsf/utils" : " ^5.0.0-beta.17" ,
20
20
"@rjsf/validator-ajv8" : " ^5.0.1" ,
21
21
"@scientist-softserv/webstore-component-library" : " ^0.1.16" ,
22
- "@sentry/react" : " ^7.42.0" ,
23
- "@sentry/tracing" : " ^7.42.0" ,
22
+ "@sentry/nextjs" : " ^7.42.0" ,
24
23
"axios" : " ^1.1.3" ,
25
24
"bootstrap" : " ^5.2.3" ,
26
25
"next" : " 12.3.1" ,
You can’t perform that action at this time.
0 commit comments