Change redact to opt in (#1104)

This commit is contained in:
Nimrod Gilboa Markevich
2022-05-24 14:12:37 +03:00
committed by GitHub
parent 433253a27b
commit 2f1cc21fcb
9 changed files with 22 additions and 20 deletions

View File

@@ -3,5 +3,5 @@ package api
type TrafficFilteringOptions struct {
IgnoredUserAgents []string
PlainTextMaskingRegexes []*SerializableRegexp
DisableRedaction bool
EnableRedaction bool
}