Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First Input Delay (FID) has been deprecated and replaced by Interaction To Next Paint (INP). PageViewTiming events for first interactions are preserved by detecting the first INP instead of FID event, and will no longer output value for the
firstInputDelay
attribute. For more info on PageViewTiming, see https://docs.newrelic.com/docs/browser/new-relic-browser/page-load-timing-resources/pageviewtiming-async-or-dynamic-page-details/. For more info on INP and the deprecation, see https://web.dev/articles/inp.Overview
In this PR, we are proceeding with the removal of FID related logic from the browser agent.
Notes:
firstInteraction
timing event should continue to be detected as-is, with the exception of slight changes to the actualinteractionType
values:pointerdown
,pointerup
,click
; new value from INP:pointer
keydown
,keyup
; new value from INP:keyboard
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-355558
Testing
Updated existing tests that dealt with FID.