Skip to content

Commit 428d7df

Browse files
committed
meta(changelog): Update changelog for 7.96.0
1 parent b72a681 commit 428d7df

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

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

935
### Important Changes

0 commit comments

Comments
 (0)