I have configured app insights using the react-native sdk for my application and I want to enable time-on-page tracking in my application.
As per the documentation we have to set autoTrackPageVisitTime: true. Even after setting that variable as true I'm not getting the duration in app insights.
Anyone has any idea about this issue ?