Hi!, I have an Electron app with the New Relic agent installed. The agent was able to listen to my app but it’s not receiving any transactions
.The newrelic.js is in the src folder along with main.js
Thanks!
Hi!, I have an Electron app with the New Relic agent installed. The agent was able to listen to my app but it’s not receiving any transactions
.The newrelic.js is in the src folder along with main.js
Thanks!
Hi, @ramonz1: Electron is not a supported framework, so you will likely need to add custom instrumentation to tell the agent what to instrument and how to name your transactions.