fix(dolist): unfilter email field in sentry, because we want it

This commit is contained in:
Colin Darie 2023-05-22 17:34:51 +02:00
parent 84866f8a1b
commit ac70eb00af

View file

@ -156,7 +156,7 @@ module Dolist
if fields.empty?
Sentry.with_scope do |scope|
scope.set_extra(:email, email_address)
scope.set_extra(:contact, email_address)
Sentry.capture_message("Dolist::API: contact not found")
end