API Controllers path is wrong and it's pointing to the old 1.5.0folder structure: api/controllers whereas now is framework/src/modules/http_api/controllers
How did I fix it?
By changing the path for API Controllers instrumentation to the correct one: framework/src/modules/http_api/controllers
What was the problem?
API Controllers path is wrong and it's pointing to the old 1.5.0folder structure: api/controllers whereas now is framework/src/modules/http_api/controllers
How did I fix it?
By changing the path for API Controllers instrumentation to the correct one:
framework/src/modules/http_api/controllers
How to test it?
Review checklist