fix(runner): preserve authenticated ingress span

This commit is contained in:
Dotta 2026-09-03 19:11:35 -05:00
parent 24e0b9776b
commit d8637d467c
2 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ describe("redaction", () => {
"environment.workspace.realize",
"native.coordinator.claim",
"runner.transport.selected",
"runner.prp.authenticate",
"runner.prp.route.register",
"runner.transport.connect",
"runner.session.bootstrap",

View File

@ -318,6 +318,7 @@ const NATIVE_RUN_SPAN_NAMES = new Set([
"provider.turn.queue",
"runner.artifact.discover",
"runner.artifact.prepare",
"runner.prp.authenticate",
"runner.prp.route.register",
"runner.runtime.stage",
"runner.session.bootstrap",