Skip to content

Commit

Permalink
[Turbopack] remove verbose new backend tracing (#75165)
Browse files Browse the repository at this point in the history
### What?

remove the span that is emitted for every function call as it blows up
the tracing
  • Loading branch information
sokra authored Jan 22, 2025
1 parent d12e2e8 commit 785d946
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,6 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {
operation::UpdateOutputOperation::run(task_id, result, self.execute_context(turbo_tasks));
}

#[tracing::instrument(level = "trace", skip_all)]
fn task_execution_completed(
&self,
task_id: TaskId,
Expand Down

0 comments on commit 785d946

Please sign in to comment.