Skip to content

Commit bf84267

Browse files
AbhiPrasadmydea
authored andcommitted
meta(changelog): Update changelog for 7.96.0
1 parent b72a681 commit bf84267

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

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

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

7+
## 7.96.0
8+
9+
### Important Changes
10+
11+
#### Deprecations
12+
13+
This release includes some deprecations for integrations in `@sentry/browser` and frontend framework SDKs
14+
(`@sentry/react`, `@sentry/vue`, etc.). Please take a look at our
15+
[migration guide](https://github.com/getsentry/sentry-javascript/blob/develop/MIGRATION.md) for more details.
16+
17+
- feat(browser): Export functional integrations & deprecate classes (#10267)
18+
19+
#### Web Vitals Fix for LCP and CLS
20+
21+
This release fixes an issue with the Web Vitals integration where LCP and CLS were not being captured correctly,
22+
increasing capture rate by 10-30% for some apps. LCP and CLS capturing issues were introduced with version `7.75.0`.
23+
24+
- fix(tracing): Ensure web vitals are correctly stopped/captured (#10323)
25+
26+
### Other Changes
27+
28+
- feat(react): Add `stripBasename` option for React Router 6. (#10314)
29+
- fix(node): Fix `node-cron` types and add test (#10315)
30+
- fix(node): Fix downleveled types entry point (#10321)
31+
- fix(node): LocalVariables integration should use setupOnce (#10307)
32+
- fix(replay): Fix type for options of replayIntegration (#10325)
33+
34+
Work in this release contributed by @Shubhdeep12. Thank you for your contribution!
35+
736
## 7.95.0
837

938
### Important Changes

0 commit comments

Comments
 (0)