Building powerful applications is an exciting process, but let’s face it — debugging isn’t always easy. For too long, builders have struggled with inefficient and time-consuming debugging workflows. The challenge of adding multiple log steps after every action has made troubleshooting an annoying, often frustrating activity.
We’re very happy to introduce the new Action Debug Logging-feature — a game-changing tool that makes debugging your actions easier, faster, and smarter.
Previously, users needed to add multiple log steps to be able to see where it went wrong. Decrypting unclear error messages and finding your way to the right place to find the problem was a very time-consuming task which could take hours to find the problem.
The new debug logging feature enables users to log a whole action at once, just with a simple toggle. On the renewed logs all action steps are grouped by action level, enabling users to see comprehensive logs for entire actions rather than individual log steps. This significantly reduces the time and effort required during the building and debugging actions, as builders no longer need to manually implement logging for each step. Instead, they can rely on a combined view, improving efficiency and clarity in the development of your actions.
Since debugging an action can be challenging, we've incorporated valuable feedback from our builders to improve the usability. We've implemented several ease-of-use features, including improved error messages, advanced filter options on the log page, and direct links to the exact locations where errors occur. These improvements make the debugging process more intuitive and efficient, helping you resolve issues faster and with greater confidence.
Visit the documentation of this feature for more information.
This feature is live now and ready to be used. Head over to your application, check out logging your whole action and the renewed logs page, and experience the ease debugging your actions.
Let us know what you think! As always, your feedback helps us continue to improve and innovate. Stay tuned for more updates, and happy building!