mirror of https://github.com/langgenius/dify.git
chore: handle sentry warning (#236)
This commit is contained in:
parent
970950e3a8
commit
5a6061ff61
|
|
@ -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…
Reference in New Issue