Skip to content

Commit 3e13441

Browse files
committed
chore(deps): update sentry to v10
1 parent 7a2b536 commit 3e13441

6 files changed

Lines changed: 818 additions & 715 deletions

File tree

next.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ let nextConfig = {
4343
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
4444
basePath: process.env.NEXT_PUBLIC_BASE_PATH || undefined,
4545
transpilePackages,
46-
// Enable production source maps for Sentry error reporting
47-
productionBrowserSourceMaps: true,
4846
};
4947

5048
nextConfig = withMDX(nextConfig);
@@ -57,9 +55,6 @@ nextConfig = withSentryConfig(nextConfig, {
5755

5856
// Automatically delete source maps after uploading them to Sentry
5957
sourcemaps: { deleteSourcemapsAfterUpload: true },
60-
61-
// Hides source maps from generated client bundles
62-
hideSourceMaps: true,
6358
});
6459

6560
export default nextConfig;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@rjsf/mui": "6.5.1",
5252
"@rjsf/utils": "6.5.1",
5353
"@rjsf/validator-ajv8": "6.5.1",
54-
"@sentry/nextjs": "8.55.2",
54+
"@sentry/nextjs": "10.51.0",
5555
"@squonk/account-server-client": "4.4.0",
5656
"@squonk/data-manager-client": "5.0.2",
5757
"@squonk/mui-theme": "6.0.0",

0 commit comments

Comments
 (0)