Skip to content

Commit

Permalink
meta(changelog): Update changelog for 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed May 23, 2024
1 parent d5a332c commit b203c2b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b203c2b

Please sign in to comment.