fix: bound sentinel report evidence output

This commit is contained in:
Codex
2026-06-30 08:28:04 +00:00
parent 5e58a1d7e3
commit 88fa7db59f
7 changed files with 226 additions and 3 deletions
@@ -97,6 +97,7 @@ export type WebProbeSentinelOptions =
readonly traceId: string | null;
readonly sampleSeq: number | null;
readonly raw: boolean;
readonly full: boolean;
readonly timeoutSeconds: number;
}
| {