feat: add lastRefreshTime to Load Request Success telemetry events#11283
Conversation
|
Claude finished @RusovDmitriy's task in 1m 0s —— View job Code ReviewReview complete — verdict: LGTM with 2 minor observations. Click to expand.
SummaryClean, well-scoped change. The Rust side threads Observations (non-blocking)1. const lastRefreshTimestamps = results
.map((r: any) => r.getRootResultObject()[0].lastRefreshTime)
.filter(Boolean)
.map((t: string) => new Date(t).getTime());
2.
Strengths
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #11283 +/- ##
=======================================
Coverage 79.45% 79.46%
=======================================
Files 473 473
Lines 97597 97642 +45
Branches 3539 3540 +1
=======================================
+ Hits 77545 77590 +45
+ Misses 19546 19545 -1
- Partials 506 507 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
No description provided.