Uninstall APM Insight Node.js Agent


To uninstall APM Insight Node.js agent, follow the below given instructions:

  1. Remove require('apminsight'); as the first line of the app's main module.
  2. Access the node packet manager (NPM).
  3. Remove the npm package with npm uninstall apminsight --save.
  4. After the uninstall process finishes, restart your application.