From dbc9f1ee1172d80900ad3765ddd69e884b8357ad Mon Sep 17 00:00:00 2001 From: kuroweb Date: Wed, 9 Oct 2024 09:04:21 +0900 Subject: [PATCH] =?UTF-8?q?debug:=20=E3=83=87=E3=83=90=E3=83=83=E3=82=B0?= =?UTF-8?q?=E7=94=A8=E3=82=B3=E3=83=BC=E3=83=89=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/services/crawl/yahoo_auction/sync_product/crawler.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/volumes/backend/app/services/crawl/yahoo_auction/sync_product/crawler.rb b/volumes/backend/app/services/crawl/yahoo_auction/sync_product/crawler.rb index f7e2c97b..309c01c7 100644 --- a/volumes/backend/app/services/crawl/yahoo_auction/sync_product/crawler.rb +++ b/volumes/backend/app/services/crawl/yahoo_auction/sync_product/crawler.rb @@ -111,8 +111,7 @@ def price(page) tax_price.nonzero? || price rescue StandardError => e - Bugsnag.notify(e) - Bugsnag.notify("price_str: #{price_str}") + Bugsnag.notify(e) { |event| event.add_tab(:debug, { price_str: }) } raise e end