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.
I'm having a problem finding the desired effects of the nrAddUserId method. I followed the setup instructions found in this repo and can see things like app launches in new relic. I was even able to get nrRecordMetric working which makes me think I've got the sdk configured correctly. Weirdly enough, I can't seem to associate a mobile session with a given userId. I'm not seeing anything that looks like a userId in mobileSession, processSample, mobileUserAction, etc...
Has anyone else been having this problem? If this is a known issue, is there anything in motion to address it?
Thanks in advance; really cool project you've got going here 🎉
Steps to Reproduce
Setup app according to ReadMe
Add these calls to your first app.js/index.js file with imports up top:
The Issue
I'm having a problem finding the desired effects of the
nrAddUserIdmethod. I followed the setup instructions found in this repo and can see things like app launches in new relic. I was even able to getnrRecordMetricworking which makes me think I've got the sdk configured correctly. Weirdly enough, I can't seem to associate a mobile session with a given userId. I'm not seeing anything that looks like a userId in mobileSession, processSample, mobileUserAction, etc...Has anyone else been having this problem? If this is a known issue, is there anything in motion to address it?
Thanks in advance; really cool project you've got going here 🎉
Steps to Reproduce