Skip to content

Commit

Permalink
Mask new PII info from API
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfrg committed Nov 14, 2023
1 parent 47ee0cd commit 9005e6f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def clone_to_json(message)

def sanitize_message(message)
message_class = message.class.to_s.split("::").last
puts "!!!!! " + message_class
if %w[SearchGoogleAdsStreamResponse SearchGoogleAdsResponse].include?(
message_class)
# Sanitize all known sensitive fields across all search responses.
Expand Down

0 comments on commit 9005e6f

Please sign in to comment.