Skip to content

Commit 0b37e26

Browse files
Merge branch 'main' into para-rainbowkit-version-bump
2 parents 9cb3730 + 047e540 commit 0b37e26

7 files changed

Lines changed: 13 additions & 362 deletions

next.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { execSync } from 'child_process'
77
import path, { dirname } from 'path'
88
import { fileURLToPath } from 'url'
99

10-
import { withSentryConfig } from '@sentry/nextjs'
1110
import StylelintPlugin from 'stylelint-webpack-plugin'
1211

1312
const __dirname = dirname(fileURLToPath(import.meta.url))
@@ -255,12 +254,4 @@ if (process.env.ANALYZE) {
255254
plugins.push(withBundleAnalyzer({ enabled: true }))
256255
}
257256

258-
if (process.env.CI && process.env.NODE_ENV === 'production' && !process.env.NEXT_PUBLIC_IPFS) {
259-
plugins.push((config) =>
260-
withSentryConfig(config, {
261-
silent: false,
262-
}),
263-
)
264-
}
265-
266257
export default plugins.reduce((acc, next) => next(acc), nextConfig)

next.config.wizardcopy.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@metamask/post-message-stream": "^6.1.2",
6060
"@metamask/providers": "^14.0.2",
6161
"@noble/hashes": "^1.3.2",
62-
"@sentry/nextjs": "7.43.x",
6362
"@splidejs/react-splide": "^0.7.12",
6463
"@svgr/webpack": "^8.1.0",
6564
"@tanstack/query-persist-client-core": "5.22.2",
@@ -82,10 +81,10 @@
8281
"idb-keyval": "^6.2.1",
8382
"immer": "^9.0.15",
8483
"iso-639-1": "^2.1.15",
85-
"node-forge": "1.3.1",
8684
"markdown-to-jsx": "^7.7.3",
8785
"next": "13.5.8",
8886
"node-fetch": "^3.3.2",
87+
"node-forge": "1.3.1",
8988
"posthog-js": "^1.217.0",
9089
"react": "*",
9190
"react-confetti": "6.1.0",

0 commit comments

Comments
 (0)