You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We utilize tracing heavily for our application observability via Datadog.
There is currently no easy way to hook into the state machine lifecycle to generate spans for a trace.
We added this feature via ActiveSupport ::Notifications which is used in many other gems for that same purpose.
Currently it is a monkey patch in our code and would like to integrate it directly into the gem.
Does that align with your vision?
The text was updated successfully, but these errors were encountered:
We utilize tracing heavily for our application observability via Datadog.
There is currently no easy way to hook into the state machine lifecycle to generate spans for a trace.
We added this feature via ActiveSupport ::Notifications which is used in many other gems for that same purpose.
Currently it is a monkey patch in our code and would like to integrate it directly into the gem.
Does that align with your vision?
The text was updated successfully, but these errors were encountered: