Kaynağa Gözat

chore: handle sentry warning (#236)

tags/0.3.1
Joel 2 yıl önce
ebeveyn
işleme
5a6061ff61
No account linked to committer's email address
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3
    1
      web/next.config.js

+ 3
- 1
web/next.config.js Dosyayı Görüntüle

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

Loading…
İptal
Kaydet