We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab0db9 commit c1cf4bcCopy full SHA for c1cf4bc
examples/selective_tracing_pure.rb
@@ -9,6 +9,7 @@
9
recorder.stop
10
puts 'this will not be traced'
11
recorder.start
12
+puts 'this will be traced'
13
14
puts 'tracing disabled'
15
recorder.flush_trace(Dir.pwd)
0 commit comments