From ac70eb00af2ee2777ac3ed5d946146026904e532 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Mon, 22 May 2023 17:34:51 +0200 Subject: [PATCH] fix(dolist): unfilter email field in sentry, because we want it --- app/lib/dolist/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/dolist/api.rb b/app/lib/dolist/api.rb index 732c68e69..87e401a0a 100644 --- a/app/lib/dolist/api.rb +++ b/app/lib/dolist/api.rb @@ -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