Skip to content

Commit 8e0b158

Browse files
metal-messiahcwli24bjfield
authored
Centralize Stringify method and utilize circular handler (#395)
* replace stringify with built-in and circular logic * fix affected tests * Fix test condition Co-authored-by: Chunwai Li <cli@newrelic.com> * merge from main * add color env var * fix test * fix package lock * Update src/common/util/stringify.js Co-authored-by: bjfield <25965987+bjfield@users.noreply.github.com> * Update src/common/util/stringify.js Co-authored-by: bjfield <25965987+bjfield@users.noreply.github.com> * remove unneeded comments * fix package-lock * add changelog and version bump --------- Co-authored-by: Chunwai Li <cli@newrelic.com> Co-authored-by: bjfield <25965987+bjfield@users.noreply.github.com>
1 parent aa85cc8 commit 8e0b158

File tree

14 files changed

+279
-292
lines changed

14 files changed

+279
-292
lines changed

.husky/pre-commit

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env bash
22
. "$(dirname -- "$0")/_/husky.sh"
33

4+
# enable colored output in terminal
5+
export FORCE_COLOR=1
6+
47
npm run lint
58
npm run unit -- --onlyChanged
69

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v1228
7+
8+
### Fix negative offset timings
9+
Fix an issue that caused session trace offset timings to be miscalculated in the early-page lifecycle, sometimes leading to negative "backend" timings.
10+
611
## v1227
712

813
### Added INP and long tasks reporting

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1227
1+
1228

0 commit comments

Comments
 (0)