Skip to content

Commit 263cd31

Browse files
committed
chore: suppress Sentry global-error.js warning
Not needed for Pages Router projects.
1 parent b0050d4 commit 263cd31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ NEXT_PUBLIC_BASE_PATH=''
33
SITEMAP_EXCLUDE='/export*,/login'
44
# Sentry configuration (optional - leave empty to disable)
55
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

Comments
 (0)