Back to home

April 12, 2026

Keep sensitive data out of your traces

PII Redaction is now available on neatlogs. Two layers: mask before export from your process, redact before storage on the backend.

Keep sensitive data out of your traces

Keep Sensitive Data Out of Your Traces

Neatlogs now supports PII redaction at both the client and server level.

✓ Redact data before it leaves your application
✓ Automatically detect and redact names, emails, phone numbers, and financial information
✓ Configure which entity types and span types are affected

Client-side redaction gives you full control over what gets sent to Neatlogs. Server-side redaction uses Presidio to identify and remove sensitive data before it's written to storage.

Quick Start

neatlogs.init(
 api_key=...,
 workflow_name="support-agent",
 pii_enabled=True,
 pii_span_types=["LLM", "TOOL", "RETRIEVER"],
)
Read the PII Redaction docs