mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 16:18:59 +08:00
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…
x
Reference in New Issue
Block a user