gocardless / statesman

A statesmanlike state machine library.
https://gocardless.com/blog/statesman/
MIT License
1.78k stars 163 forks source link

Instrument statesman for easy hook into from monitoring tools #489

Open theaxel opened 1 year ago

theaxel commented 1 year ago

This PR addresses the issue described in https://github.com/gocardless/statesman/issues/486 by adding ActiveSupport instrumentation for guards, callbacks and transitions. Will add some testing if this looks right.