Skip to content

Commit 6d723d9

Browse files
committed
add note to changelog
1 parent fa4abfb commit 6d723d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
This release adds an environment check in `@sentry/nextjs` for Vercel deployments (using the `VERCEL_ENV` env variable), and only enables `SentryWebpackPlugin` if the environment is `production`. To override this, setting `disableClientWebpackPlugin` or `disableServerWebpackPlugin` to `false` now takes precedence over other checks, rather than being a no-op. Note: Overriding this is not recommended! It can increase build time and clog Release Health data in Sentry with inaccurate noise.
8+
9+
- fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603)
10+
711
## 7.11.1
812

913
- fix(remix): Store transaction on express req (#5595)

0 commit comments

Comments
 (0)