|
4 | 4 |
|
5 | 5 | - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott |
6 | 6 |
|
| 7 | +## 7.12.0 |
| 8 | + |
7 | 9 | 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. |
8 | 10 |
|
| 11 | +- feat(nextjs): Create transactions in `getInitialProps` and `getServerSideProps` (#5593) |
| 12 | +- feat(nextjs): Instrument server-side `getInitialProps` of `_app`, `_document` and `_error` (#5604) |
| 13 | +- feat(node): Populate `event.contexts` for Node.js (#5512) |
| 14 | +- feat(svelte): Add Component Tracking (#5612) |
| 15 | +- fix(browser): use valid urls in Request checks (#5630) |
9 | 16 | - fix(integrations): Don't add empty stack trace in `RewriteFrames` (#5625) |
| 17 | +- fix(nextjs): Start navigation transactions on same-route navigations (#5642) |
10 | 18 | - fix(nextjs): Don't run webpack plugin on non-prod Vercel deployments (#5603) |
| 19 | +- fix(node): Avoid catching domain errors in request handler (#5627) |
| 20 | +- fix(serverless): Check for existence of callback in GCP event handler before calling (#5608) |
| 21 | +- ref(nextjs): Add warning about non-hidden sourcemaps (#5649) |
| 22 | +- ref(nextjs): Use proxy loader for wrapping all data-fetching functions (#5602) |
| 23 | +- ref(tracing): Remove mark measurements (#5605) |
| 24 | +- ref(tracing): Update long task description (#5601) |
| 25 | +- chore(svelte): Detect and report SvelteKit usage (#5594) |
| 26 | + |
| 27 | +Work in this release contributed by @lucas-zimerman, @GJZwiers, and @mohd-akram. Thank you for your contributions! |
11 | 28 |
|
12 | 29 | ## 7.11.1 |
13 | 30 |
|
@@ -514,7 +531,7 @@ Work in this release contributed by @7inspire, @jaeseokk, and @rchl. Thank you f |
514 | 531 | This patch contains a breaking change for anyone setting the undocumented `rethrowAfterCapture` option for `@sentry/serverless`'s AWS wrapper to `false`, as its functionality has been removed. For backwards compatibility with anyone setting it to `true` (which is also the default), the option remains in the `WrapperOptions` type for now. It will be removed in the next major release, though, so we recommend removing it from your code. |
515 | 532 |
|
516 | 533 | - ref(serverless): Remove `rethrowAfterCapture` use in AWS lambda wrapper (#4448) |
517 | | -- fix(utils): Remove dom is casting (#4451) |
| 534 | +- fix(utils): Remove dom `is` casting (#4451) |
518 | 535 |
|
519 | 536 | ## 6.17.1 |
520 | 537 |
|
|
0 commit comments