Brand new remote app inspecting tool. Declare feature steps and receive params, stack trace and whatever you want.
- Look into what happens on you staging environments
- Doesn't have payloads for tests, debugging, bug fix? Get data during reproducing feature flow.
Add this line to your application's Gemfile and then execute bundle install
:
gem 'flow_trace'
Use https
proxy (for example ngrok) to local 4567
port.
config/initializers/flow_trace.rb
FlowTrace::Settings.configure do |config|
config.proxy_url = 'http://0000000.ngrok.io'
end
Step interface is here:
FlowTrace::Step.call(:flow_name, :step_name, { additional: 'data' })
bundle exec flow_trace
Bug reports and pull requests are welcome on GitHub at https://github.com/kirillshevch/flow_trace.
The gem is available as open source under the terms of the MIT License.