From b203c2b1cc8c3c5fa9b5a11a811d463f06347cd1 Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Thu, 23 May 2024 13:10:30 +0000 Subject: [PATCH] meta(changelog): Update changelog for 8.4.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a883477367..f7659733d57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 8.4.0 + +### Important Changes + +- **feat(nextjs): Trace pageloads in App Router (#12157)** + +If you are using Next.js version `14.3.0-canary.64` or above, the Sentry Next.js SDK will now trace clientside pageloads +with React Server Components. This means, that client-side errors like +`Error: An error occurred in the Server Components render.`, which previously didn't give you much information on how +that error was caused, can now be traced back to a specific error in a server component. + +- **feat(angular): Add Support for Angular 18 (#12183)** + +This release guarantees support for Angular 18 with `@sentry/angular`. + +### Other Changes + +- feat(deps): Bump @opentelemetry/instrumentation-aws-lambda from 0.41.0 to 0.41.1 (#12078) +- fix(metrics): Ensure string values are interpreted for metrics (#12165) + ## 8.3.0 ### Important Changes