pub async fn capture_json(content_type: &str, value: Value) -> Option<BlobRef>Expand description
Serialize already-built JSON content into a stored blob and return a
BlobRef describing it, honoring the configured policy. Returns None
when capture is disabled.