Expand description
Diagnostic bundle API with redaction policy.
Structs§
- Bundle
Coherence Violation - A redacted coherence violation record.
- Bundle
Metadata - Metadata fields attached to every
DiagnosticBundle. - Diagnostic
Bundle - Full diagnostic bundle for a single investigation.
Enums§
- Bundle
Error - Error type for diagnostic bundle construction.
- Bundle
Redaction Policy - Controls how sensitive fields are treated when serialising a
DiagnosticBundle.
Functions§
- apply_
redaction - Apply the redaction policy to a bundle in place.
- build_
diagnostic_ bundle - Build a
DiagnosticBundlefrom a raw HAR payload. - build_
diagnostic_ bundle_ with_ snapshot - Build a
DiagnosticBundleincluding fingerprint coherence results. - diagnostic_
bundle_ from_ investigation - Convert an
InvestigationBundleinto aDiagnosticBundle(no HAR needed).