feat: Support NEXT_TELEMETRY_DISABLED (#7181)
This commit is contained in:
parent
67b9fdaad7
commit
57ce8449b0
4 changed files with 6 additions and 0 deletions
|
|
@ -13,3 +13,6 @@ NEXT_PUBLIC_PUBLIC_API_PREFIX=http://localhost:5001/api
|
|||
|
||||
# SENTRY
|
||||
NEXT_PUBLIC_SENTRY_DSN=
|
||||
|
||||
# Disable Next.js Telemetry (https://nextjs.org/telemetry)
|
||||
NEXT_TELEMETRY_DISABLED=1
|
||||
Loading…
Add table
Add a link
Reference in a new issue