chore: handle sentry warning (#236)

pull/237/head
Joel 3 years ago committed by GitHub
parent 970950e3a8
commit 5a6061ff61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save