You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
If we put console.log() there, it logs just fine on each new React screen, so that call should be working. However, New Relic only shows those "SplashActivity" and "ReactActivity" which sounds like the agent is picking up Java calls only. What could be the problem?
We're having an issue with a new RN app we published. Only two interactions are being logged:
If we put
console.log()there, it logs just fine on each new React screen, so that call should be working. However, New Relic only shows those "SplashActivity" and "ReactActivity" which sounds like the agent is picking up Java calls only. What could be the problem?