sentry-demos / android

16 stars 19 forks source link

Update product_processing #103

Closed sdzhong closed 11 months ago

sdzhong commented 11 months ago
  1. Move TTFD to after product_processing
  2. Increase product_processing span duration to ~3s image
sdzhong commented 11 months ago

After commit https://github.com/sentry-demos/android/commit/6263a086266d10e26e4eaada90a2eed0b9443750, the EmpowerPlantActivity transaction is different as follows:

  1. 👍 Time to Full Display is showing up at the end. This appears to be good.
  2. 🤔 Spans have been reordered--previously, A appears above, then B below it; now it is reversed

image

sdzhong commented 11 months ago

After commit https://github.com/sentry-demos/android/commit/fb9ebc16cec415a26f4595393b117a7a6fc39b69, the product_processing span in EmpowerPlantActivity is increased as expected (to approx 3s) 👍

image

sdzhong commented 11 months ago

Former issues were resolved (transaction) image