sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

Performance Issue: File I/O #67

Closed kpujjigit closed 11 months ago

kpujjigit commented 1 year ago

Docs: https://docs.sentry.io/product/issues/issue-details/performance-issues/file-main-thread-io/

Goal is to Integrate this Performance Issue into our Flagship Transaction, much like what is currently captured for our Android Demo (See below screenshot) - this will contribute to our flagship performance flow which will consist of a Performance Issue, leading to a Transaction Event, then to a flagship Profile.

image
kpujjigit commented 1 year ago

File I/O EmpowerPlantViewController Flagship Transaction - which is responsible for loading the application

kahest commented 11 months ago

@kpujjigit I'm looking into this - the goal is go generate a File I/O perf issue for some file activity performed during ui.load of the EmpowerPlantViewController (sample tx) - is this correct?

kahest commented 11 months ago

I have a PR ready producing this:

Hoping to get write access so I don't need to fork :)