ref(browser)!: Remove the deprecated enableInp option - #24260
Closed
logaretm wants to merge 1 commit into
Closed
Conversation
logaretm
added this pull request to stack #23780
September 9, 2026 16:17
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 16:25
2bfb452 to
aabc750
Compare
logaretm
force-pushed
the
awad/drop-enable-inp
branch
2 times, most recently
from
September 9, 2026 16:28
a0a75f9 to
7d28c94
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 16:28
aabc750 to
1689dad
Compare
logaretm
marked this pull request as ready for review
September 9, 2026 16:31
logaretm
requested review from
Lms24 and
msonnb
and removed request for
a team
September 9, 2026 16:31
logaretm
force-pushed
the
awad/drop-enable-inp
branch
from
September 9, 2026 16:40
7d28c94 to
b15b88f
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 16:40
1689dad to
7e70c6c
Compare
Contributor
size-limit report 📦
|
logaretm
force-pushed
the
awad/drop-enable-inp
branch
from
September 9, 2026 17:09
b15b88f to
d2951ac
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 17:09
7e70c6c to
af8c52d
Compare
logaretm
force-pushed
the
awad/drop-enable-inp
branch
from
September 9, 2026 17:32
d2951ac to
d39088a
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 17:32
af8c52d to
9cff25a
Compare
logaretm
force-pushed
the
awad/drop-enable-inp
branch
from
September 9, 2026 17:37
d39088a to
43a3177
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 17:37
9cff25a to
35ba3f5
Compare
`enableInp` was deprecated in favor of `webVitals: { ignore: ['inp'] }`.
Since v11 is a major, drop it instead of carrying it further.
logaretm
force-pushed
the
awad/drop-enable-inp
branch
from
September 9, 2026 17:52
43a3177 to
f18c823
Compare
logaretm
force-pushed
the
awad/bfcache-web-vitals
branch
from
September 9, 2026 17:52
35ba3f5 to
b201558
Compare
logaretm
removed this pull request from stack #23780
September 10, 2026 17:20
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Removes the deprecated
enableInpoption frombrowserTracingIntegration. It was already deprecated in favor ofwebVitals: { ignore: ['inp'] }, and since this stack lands in v11 it seemed like the right moment to drop it rather than carry a second way of configuring the same thing.With it gone,
browserTracingIntegrationjust forwardswebVitalsto the auto-registeredwebVitalsIntegrationinstead of splicing'inp'into the ignore list itself.🤖 Generated with Claude Code