Design and write code more efficiently by understanding the system flows
Code usage analytics can be critical to understand how the code works and roll out changes faster and without issues.
Last updated
Code usage analytics can be critical to understand how the code works and roll out changes faster and without issues.
Last updated
Digma overlays observability over code, so developers are able to see the application flows triggering any code location, query, http call, or any other asset. This provides an automatic view of any runtime dependencies.
Each flow include a sample trace for that specific flow, which in turn is fully connected back to the code, so developers can transition from code to trace and vice versa while staying inside the IDE.
Note: Areas of the code that are especially risky to change will have the Code Nexus insight.
You can navigate the assets tree or take an overview of an entire endpoint request to list all of the different unique assets that take part in its execution flow. Assets could be sorted by recency, performance impact, and other criteria. For each of the assets, you can navigate to the related code, see other flows it affects
Any code that is not triggered will have the Never reached
code lens attached to it. This is a good way to detect dead code that might be a candidate for removal.