Skip to main content

Privacy and redaction

Dhal v0.12 enables privacy-first redaction by default.

{
"observability": {
"redaction": {
"enabled": true,
"ip": "mask",
"identity": "hash",
"userAgent": "full"
}
}
}

IP redaction modes

ValueBehavior
nonekeep full IP
maskmask part of the IP
hashhash IP value
omitremove IP field

Identity redaction modes

ValueBehavior
nonekeep identity values
maskmask identity values
hashhash identity values
omitremove identity fields

User agent

ValueBehavior
fullkeep full user-agent
omitremove user-agent

Support reports

dhal report uses redacted posture. Still review reports before sharing publicly.