File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
6
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
+
7
27
## 8.3.0
8
28
9
29
### Important Changes
You can’t perform that action at this time.
0 commit comments