You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(diag): redact embedder-chosen segment names from crash reports
A corruption report may be shipped to crash telemetry, and the segment
`name` carried by `CorruptionDetail::SegmentMissing` is application
data the embedder supplied (a tenant id, a user's collection name),
not something diagnosis needs — the `segment_id` already identifies
the file. Render it as a redacted byte length instead of the raw
string.
0 commit comments