fix(dolist): unfilter email field in sentry, because we want it
This commit is contained in:
parent
84866f8a1b
commit
ac70eb00af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue