Bläddra i källkod

chore: handle sentry warning (#236)

tags/0.3.1
Joel 2 år sedan
förälder
incheckning
5a6061ff61
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3
    1
      web/next.config.js

+ 3
- 1
web/next.config.js Visa fil

@@ -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 [
{

Laddar…
Avbryt
Spara