Forráskód Böngészése

chore: handle sentry warning (#236)

Joel 1 éve
szülő
commit
5a6061ff61
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      web/next.config.js

+ 3 - 1
web/next.config.js

@@ -31,7 +31,9 @@ const nextConfig = {
     // https://nextjs.org/docs/api-reference/next.config.js/ignoring-typescript-errors
     ignoreBuildErrors: true,
   },
-  sentry: {},
+  sentry: {
+    hideSourceMaps: true
+  },
   async redirects() {
     return [
       {