Skip to content

Commit b203c2b

Browse files
author
Luca Forstner
committed
meta(changelog): Update changelog for 8.4.0
1 parent d5a332c commit b203c2b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

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

7+
## 8.4.0
8+
9+
### Important Changes
10+
11+
- **feat(nextjs): Trace pageloads in App Router (#12157)**
12+
13+
If you are using Next.js version `14.3.0-canary.64` or above, the Sentry Next.js SDK will now trace clientside pageloads
14+
with React Server Components. This means, that client-side errors like
15+
`Error: An error occurred in the Server Components render.`, which previously didn't give you much information on how
16+
that error was caused, can now be traced back to a specific error in a server component.
17+
18+
- **feat(angular): Add Support for Angular 18 (#12183)**
19+
20+
This release guarantees support for Angular 18 with `@sentry/angular`.
21+
22+
### Other Changes
23+
24+
- feat(deps): Bump @opentelemetry/instrumentation-aws-lambda from 0.41.0 to 0.41.1 (#12078)
25+
- fix(metrics): Ensure string values are interpreted for metrics (#12165)
26+
727
## 8.3.0
828

929
### Important Changes

0 commit comments

Comments
 (0)