spec/lib/appsignal/extension_spec.rb in appsignal-0.12.rc.9 vs spec/lib/appsignal/extension_spec.rb in appsignal-0.12.rc.10
- old
+ new
@@ -48,14 +48,14 @@
it "should have a finish_event method" do
subject.finish_event(1, 'name', 'title', 'body')
end
it "should have a set_transaction_error method" do
- subject.set_transaction_error(1, 'name', 'message')
+ subject.set_transaction_error(1, 'name', 'message', '[backtrace]')
end
- it "should have a set_transaction_error_data method" do
- subject.set_transaction_error_data(1, 'params', '{}')
+ it "should have a set_transaction_sample_data method" do
+ subject.set_transaction_sample_data(1, 'params', '{}')
end
it "should have a set_transaction_action method" do
subject.set_transaction_action(1, 'value')
end