Skip to content

Commit

Permalink
debug: デバッグ用コードを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroweb committed Oct 9, 2024
1 parent 9c3fbd8 commit dbc9f1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbc9f1e

Please sign in to comment.