sentry-demos / sentry_react_native

Error Monitoring, Performance Monitoring, Release Health
3 stars 11 forks source link

Home transactions are not coming in at expected amount/throughput #59

Open ndmanvar opened 10 months ago

ndmanvar commented 10 months ago

Krystof Woldrich When I compared before and after release 3 of the demo app. I see that in both cases, navigation transactions are missing on Android. (Not sure if it's a bug in the app or tda or sdk) I see that the Home transactions on Android are half of iOS after release 3. I would expect the same amount. (Could it be sampling?) image image

Neil Manvar I see that the Home transactions on Android are half of iOS after release 3. should be about the same amount. we have the same # of tests which all cold start/launch into Home [android actually has 7 tests, while ios has 6] https://github.com/sentry-demos/empower/tree/master/tda/mobile_native/android_react_native https://github.com/sentry-demos/empower/tree/master/tda/mobile_native/ios_react_native image

notes