Skip to content

Commit 9998ce3

Browse files
authored
meta: CHANGELOG for 7.12.1 (#5680)
1 parent b5ddf58 commit 9998ce3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

7+
## 7.12.1
8+
9+
- feat(nextjs): Connect trace between data-fetching methods and pageload (#5655)
10+
- feat(react): Support useRoutes hook of React Router 6 (#5624)
11+
- feat(remix): Continue transaction from request headers (#5600)
12+
- feat(utils): Add function for ensuring input is an array (#5668)
13+
- fix(utils): Remove Element dom type (#5675)
14+
- fix(node): `contexts` cannot be overridden and `culture` never included (#5677)
15+
- chore: Remove typedoc from READMEs (#5678)
16+
717
## 7.12.0
818

919
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`](https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#disable-sentrywebpackplugin) 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.

0 commit comments

Comments
 (0)