feat(core-shared): wire PII scrub processors FIRST in OTel pipeline

This commit is contained in:
2026-05-11 12:09:11 +02:00
parent 6ec5aeb31f
commit ad609f8f01
2 changed files with 13 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ import {
REDACTED_VALUE,
keyContainsPii,
queryParamContainsPii,
} from "./pii-fields";
} from "../otel/pii-fields";
// Minimal structural types matching Sentry's event shape used in scrubbers.
// Using index signatures broad enough to satisfy both ErrorEvent and TransactionEvent.