Property StackTrace
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
StackTrace
Gets a filtered stack trace for the first occurrence, or null when capture is disabled.
public string? StackTrace { get; }
Property Value
Remarks
Disabled by default, and bounded to one trace per fingerprint when enabled. See
docs/decisions/0007-stack-trace-policy.md.