Skip to content

Commit 5605401

Browse files
committed
meta: Update CHANGELOG for 8.28.0
1 parent c9c346c commit 5605401

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,16 @@
1010

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

13-
Work in this release was contributed by @leopoldkristjansson and @mhuggins. Thank you for your contributions!
13+
## 8.28.0
1414

1515
### Important Changes
1616

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+
1723
- **fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)**
1824

1925
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
2329
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
2430
smaller than the actually measured values. We apologize for the inconvenience!
2531

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!
2751

2852
## 8.27.0
2953

0 commit comments

Comments
 (0)