Skip to content

[Backport] Revert "Fix tracing of server actions imported by client components (#78968) #82167

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

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Jul 29, 2025

This backports #82161 to our next-15-4 release branch

…78968) (#82161)

It seems these additional fs operations/transforms on client components
while tracing dependencies is causing a big perf hit which is not worth
the edge case of catching fs dependencies in server actions from client
components.

A workaround is available without our automatic tracing via
`outputFileTracingIncludes` so this reverts the tracing to alleviate the
perf concern.

We will be able to handle cases like this without the perf consequence
with turbopack going forward.

This reverts commit af0473b.

Closes: #81902
@ijjk ijjk merged commit 717dfb6 into next-15-4 Jul 29, 2025
159 checks passed
@ijjk ijjk deleted the ijjk/backport-revert-tracing-action branch July 29, 2025 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant