Merge pull request #9075 from colinux/fix-sentry-dolist-contact
ETQ exploitant je veux faire remonter les contacts Dolist en erreur dans sentry
This commit is contained in:
commit
b0e179300b
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ module Dolist
|
||||||
|
|
||||||
if fields.empty?
|
if fields.empty?
|
||||||
Sentry.with_scope do |scope|
|
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")
|
Sentry.capture_message("Dolist::API: contact not found")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue