Project

flow_trace

0.0
No commit activity in last 3 years
No release in over 3 years
Brand new remote app inspecting tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
>= 0
~> 10.0
~> 3.0
>= 0

Runtime

 Project Readme

FlowTrace

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.

FlowTrace demo

Installation

Add this line to your application's Gemfile and then execute bundle install:

gem 'flow_trace'

Usage

1. Configuration

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

2. Declare remote flow

Step interface is here:

FlowTrace::Step.call(:flow_name, :step_name, { additional: 'data' })

3. Start receive messages (locally)

bundle exec flow_trace

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/kirillshevch/flow_trace.

License

The gem is available as open source under the terms of the MIT License.