Skip to content

Commit 17f1cfa

Browse files
committed
add senty tyrbopack warning config
1 parent d6533bc commit 17f1cfa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.env.local.example

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ FEATURE_SITEMAP_CHILD_CACHE_DURATION=21600
4040

4141
NODE_ENV=development
4242

43-
# monitoring
43+
# Monitoring
4444
NEXT_PUBLIC_GRAPHQL_INTROSPECTION=false
45-
NEXT_TELEMETRY_DISABLED=1
45+
NEXT_TELEMETRY_DISABLED=1
46+
47+
# Turbopack (suppress Sentry warning when using --turbo)
48+
SENTRY_SUPPRESS_TURBOPACK_WARNING=1

0 commit comments

Comments
 (0)