I always love those kinds of commits, can't help myself! 😅 Whenever the procedural code becomes hard to understand, especially with `if` and `else` error handling in-between the actual chunks of logic, a Trailblazer activity makes sense.
I wonder what the adoption would be like if "activity" was part of the programming language itself... More here: https://www.youtube.com/watch?v=9elpobV4HSw
https://github.com/trailblazer/trailblazer-pro/commit/8a21668bf6c2efde4a9b4a222f586648bb904cde
You can now trace operations with our web debugger. https://github.com/trailblazer/trailblazer-pro-rails/
Try it out, it's free! 🍻
Here are the docs: https://trailblazer.to/2.1/docs/pro#pro-trb-pro-rails-support
📚 Documentation for the taskWrap feature was updated:
https://trailblazer.to/2.1/docs/activity#activity-taskwrap
The taskWrap is the "around_filter" in Trailblazer, it's a versatile tool to add behavior "around" steps of your activities and operations. In the newly published chapter, we show how to build a taskWrap extension for APM instrumentation.
Join the discussion here: