Skip to content

Commit

Permalink
debug txn
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Aug 4, 2023
1 parent 0926775 commit db7734d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/multiverse/suites/roda/roda_instrumentation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_500_response_status
get('/error')
errors = harvest_error_traces!
txn = harvest_transaction_events!
puts "Here is the transaction <<<<<<<<< #{txn} <<<<<<<<<<<<"

assert_equal 500, txn[1][0][2][:"http.statusCode"]
assert_equal 'Oh No!', last_response.body
Expand Down

0 comments on commit db7734d

Please sign in to comment.