LiskArchive / lisk-newrelic

📟 NewRelic instrumentation for Lisk Core
GNU General Public License v3.0
4 stars 2 forks source link

Fix wrong path pointing to old 1.5.0 folder structure - Closes #11 #12

Closed 2snEM6 closed 5 years ago

2snEM6 commented 5 years ago

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