Skip to content

Commit

Permalink
Removed a Sentry workaround for dependencies bundled by NextJS
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Mar 11, 2024
1 parent c9a430d commit 31c5f54
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 93 deletions.
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ const withNextIntl = require( "next-intl/plugin" )( "./utilities/i18n.ts" );

const nextConfig = withNextIntl( {
poweredByHeader: false,
experimental: {
// https://github.com/getsentry/sentry-javascript/issues/10366
serverComponentsExternalPackages: ["@sentry/nextjs", "@sentry/node"],
},
basePath: "",
sentry: {
tunnelRoute: "/monitoring",
Expand Down
176 changes: 88 additions & 88 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"nodemailer": "~6.9",
"dotenv-cli": "~7.3",
"@prisma/client": "~5.10",
"@sentry/nextjs": "~7.104",
"@sentry/nextjs": "~7.106",
"react-hook-form": "~7.50",
"react-day-picker": "~8.10",
"@aws-sdk/client-s3": "~3.525",
Expand Down

0 comments on commit 31c5f54

Please sign in to comment.