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 was able to setup iOS and Android. When I visit the portal (one.newrelic.com), data is present like App Launches, HTTP response times, HTTP errors and network failure rate.
But when I try to call nrRecordMetric I get this error: null is not an object (evaluating '_NewRelicRNModule.default.recordMetric')
Not sure if this is related to this open issue. I tried renaming from: module.exports = NativeModules.NewRelicRNModule;
to
module.exports = NativeModules.NewRelicModule;
But it didn't work.
I noticed the required React Native version is 0.60 (I'm using 0.59.8) maybe it's not compatible? . Not sure if I'm missing something else. Please help.
I was able to setup iOS and Android. When I visit the portal (one.newrelic.com), data is present like App Launches, HTTP response times, HTTP errors and network failure rate.
But when I try to call nrRecordMetric I get this error:
null is not an object (evaluating '_NewRelicRNModule.default.recordMetric')Not sure if this is related to this open issue. I tried renaming from:
module.exports = NativeModules.NewRelicRNModule;to
module.exports = NativeModules.NewRelicModule;But it didn't work.
I noticed the required React Native version is 0.60 (I'm using 0.59.8) maybe it's not compatible? . Not sure if I'm missing something else. Please help.