func scrubURLParams()

in helpers.go [58:60]


func scrubURLParams(url string) string {
	return scrubRegexp.ReplaceAllString(url, "$1=[FILTERED]")
}