Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Aug 23, 2023
1 parent c125868 commit f2102c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sentry/sanitizer/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def query_string=(query_string)

def mask=(mask)
if rand > 0.5
true
1
else
false
2
end

raise ArgumentError, "mask must be string" unless mask.is_a?(String)
Expand Down

0 comments on commit f2102c5

Please sign in to comment.