Home Gitesh Portfolio Blog About Me Gallery Contact

Temporarily disabling New Relic inside Sitecore Container for debugging

Steps for temporarily disabling New Relic inside Sitecore Container for debugging:
  1. Install VIM
  2. choco install vim
  3. CD C:\ProgramData\New Relic\.NET Agent
  4. vim .\newrelic.config
  5. set agentEnabled to false (see screenshot)
  6. import-module webadministration;restart-webapppool defaultapppool
Posted: 10/10/2023 8:14:09 p.m. by Gitesh Shah | with 0 comments