Skip to content

Commit 851b31f

Browse files
committed
add changelog note
1 parent 20e12fa commit 851b31f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010

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

13+
### Important Changes
14+
15+
- **fix(browser): Remove faulty LCP, FCP and FP normalization logic (#13502)**
16+
17+
This release fixes a bug in the `@sentry/browser` package and all SDKs depending on this package (e.g. `@sentry/react`
18+
or `@sentry/nextjs`) that caused the SDK to send incorrect web vital values for the LCP, FCP and FP vitals. The SDK
19+
previously incorrectly processed the original values as they were reported from the browser. When updating your SDK to
20+
this version, you might experience an increase in LCP, FCP and FP values, which potentially leads to a decrease in your
21+
performance score in the Web Vitals Insights module in Sentry. This is because the previously reported values were
22+
smaller than the actually measured values. We apologize for the inconvenience!
23+
1324
Work in this release was contributed by @leopoldkristjansson and @filips123. Thank you for your contributions!
1425

1526
## 8.27.0

0 commit comments

Comments
 (0)