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