10
10
11
11
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
12
12
13
- Work in this release was contributed by @ leopoldkristjansson and @ mhuggins . Thank you for your contributions!
13
+ ## 8.28.0
14
14
15
15
### Important Changes
16
16
17
+ - ** Beta release of official NestJS SDK**
18
+
19
+ This release contains the beta version of ` @sentry/nestjs ` ! For details on how to use it, check out the
20
+ [ README] ( https://github.com/getsentry/sentry-javascript/blob/master/packages/nestjs/README.md ) . Any feedback/bug reports
21
+ are greatly appreciated, please reach out on GitHub.
22
+
17
23
- ** fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502 )**
18
24
19
25
This release fixes a bug in the ` @sentry/browser ` package and all SDKs depending on this package (e.g. ` @sentry/react `
@@ -23,7 +29,25 @@ this version, you might experience an increase in LCP, FCP and FP values, which
23
29
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
24
30
smaller than the actually measured values. We apologize for the inconvenience!
25
31
26
- Work in this release was contributed by @leopoldkristjansson and @filips123 . Thank you for your contributions!
32
+ ### Other Changes
33
+
34
+ - feat(nestjs): Add ` SentryGlobalGraphQLFilter ` (#13545 )
35
+ - feat(nestjs): Automatic instrumentation of nestjs interceptors after route execution (#13264 )
36
+ - feat(nextjs): Add ` bundleSizeOptimizations ` to build options (#13323 )
37
+ - feat(nextjs): Stabilize ` captureRequestError ` (#13550 )
38
+ - feat(nuxt): Wrap config in nuxt context (#13457 )
39
+ - feat(profiling): Expose profiler as top level primitive (#13512 )
40
+ - feat(replay): Add layout shift to CLS replay data (#13386 )
41
+ - feat(replay): Upgrade rrweb packages to 2.26.0 (#13483 )
42
+ - fix(cdn): Do not mangle \_ metadata (#13426 )
43
+ - fix(cdn): Fix SDK source for CDN bundles (#13475 )
44
+ - fix(nestjs): Check arguments before instrumenting with ` @Injectable ` (#13544 )
45
+ - fix(node): Suppress tracing for transport request execution rather than transport creation (#13491 )
46
+ - fix(replay): Consider more things as DOM mutations for dead clicks (#13518 )
47
+ - fix(vue): Correctly obtain component name (#13484 )
48
+
49
+ Work in this release was contributed by @leopoldkristjansson , @mhuggins and @filips123 . Thank you for your
50
+ contributions!
27
51
28
52
## 8.27.0
29
53
0 commit comments