You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,23 @@
6
6
7
7
## 7.107.0
8
8
9
+
This release fixes issues with Time to First Byte (TTFB) calculation in the SDK that was introduced with `7.95.0`. It also fixes some bugs with Interaction to First Paint (INP) instrumentation. This may impact your Sentry Performance Score calculation.
10
+
11
+
- feat(serverless): Add Node.js 20 to compatible runtimes (#11104)
12
+
- feat(core): Backport `ResizeObserver` and `googletag` default filters (#11210)
13
+
- feat(webvitals): Adds event entry names for INP handler. Also guard against empty metric value
14
+
- fix(metrics): use correct statsd data category (#11187)
15
+
- fix(node): Record local variables with falsy values (v7) (#11190)
16
+
- fix(node): Use unique variable for ANR context transfer (v7) (#11162)
17
+
- fix(node): Time zone handling for `cron` (#11225)
18
+
- fix(tracing): use web-vitals ttfb calculation (#11231)
19
+
- fix(types): Fix incorrect `sampled` type on `Transaction` (#11146)
20
+
- fix(webvitals): Fix mapping not being maintained properly and sometimes not sending INP spans (#11183)
21
+
22
+
Work in this release contributed by @quisido and @joshkel. Thank you for your contributions!
23
+
24
+
## 7.107.0
25
+
9
26
This release fixes issues with INP instrumentation with the Next.js SDK and adds support for the `enableInp` option in
10
27
the deprecated `BrowserTracing` integration for backwards compatibility.
0 commit comments