Skip to content
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

core(responsiveness): remove fallback trace event pre m103 #15866

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Mar 13, 2024

Added in #13985, it's no longer necessary.

fixes #13992

@connorjclark connorjclark requested a review from a team as a code owner March 13, 2024 06:51
@connorjclark connorjclark requested review from adamraine and removed request for a team March 13, 2024 06:51
@@ -237,28 +237,6 @@ describe('Metric: Responsiveness', () => {
.rejects.toThrow(`unexpected responsiveness interactionType 'brainWave'`);
});

it('returns a fallback timing event if provided with the old trace event format', async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could we verify the error is thrown here in addition to/instead of in interaction-to-next-paint-test.js? Just cuz the logic to throw the error lives in responsiveness.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove responsiveness timing fallback when m103 is stable
2 participants