We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0050d4 commit 263cd31Copy full SHA for 263cd31
.env
@@ -3,3 +3,5 @@ NEXT_PUBLIC_BASE_PATH=''
3
SITEMAP_EXCLUDE='/export*,/login'
4
# Sentry configuration (optional - leave empty to disable)
5
NEXT_PUBLIC_SENTRY_DSN=''
6
+# Suppress warning about App Router global-error.js (we use Pages Router)
7
+SENTRY_SUPPRESS_GLOBAL_ERROR_HANDLER_FILE_WARNING=1
0 commit comments