-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(rum): report INP metric #1462
Merged
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5c1bc11
feat(rum): report INP metric
devcorpio ce52cbb
chore: recovering victor commit
devcorpio a7317e4
chore: remove needless entry from state
devcorpio ca29650
chore: make sure we send transaction ended in page hidden event
devcorpio dffc15c
chore: remove wrong comment from test
devcorpio 68e4d26
chore: patch firefox issue with saucelabs
devcorpio e47fac7
chore: remove index file from inp folder
devcorpio 71b0f89
chore: reword about longest interaction sorting
devcorpio 967d718
chore: improve readability existing interaction
devcorpio e1be333
chore: reword interactionCount reasoning
devcorpio d80bd1f
chore: merge unit tests in one
devcorpio c0ab253
chore: rearrange page context
devcorpio 8a99238
chore: stop lingering test functions in library code
devcorpio 39f4f2b
chore: remove needless optimization
devcorpio f0b5979
chore: add optimization again but improving the comment
devcorpio 2877ba5
chore: add missing tests
devcorpio 087d811
chore: create top level variable
devcorpio f7c3ca2
chore: coordinate pagehidden multitransaction
devcorpio df7423d
chore: emit transaction discard event
devcorpio 38f3a14
chore: fix test
devcorpio 92f455b
chore: fix android browser saucelabs issue
devcorpio 19bc012
chore: apply pr suggestions
devcorpio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we rename it as trasaction:ignore/skip ? mainly suggesting because ignored also aligns with our config settings.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it makes sense 🚀