lib/appsignal/transaction.rb in appsignal-2.0.5 vs lib/appsignal/transaction.rb in appsignal-2.0.6

- old
+ new

@@ -211,10 +211,11 @@ @ext.record_event( name, title || BLANK, body || BLANK, duration, - body_format || Appsignal::EventFormatter::DEFAULT + body_format || Appsignal::EventFormatter::DEFAULT, + self.class.garbage_collection_profiler.total_time ) end def instrument(name, title=nil, body=nil, body_format=Appsignal::EventFormatter::DEFAULT) start_event