Dhiogo Brustolin
Dhiogo Brustolin
Hello @markuswahl-2 Philipp is in PTO. Sorry but we need to wait for him to came back to look into this. We don't have enough bandwidth right now.
@armcknight @indragiek The idea to solve this was to create a background worker that monitors this metrics. AFAIK this is what profiling already do. Can we hook into the profiling...
This is what we have discuss so far: - **CPU Utilization** 1. Goals: - **distributed collection** throughout transaction and display **average / max/ standard deviation**(?) of usage over transaction period...
A way to retrieve the view hierarchy: https://www.fivestars.blog/articles/inspecting-views/
Thanks @vorporal. We are aware of this and working on a solution. This is related to #1892
Hey @shwetashendage. Thanks for your input. Right now is not possible to use two different DSNs at the same time.
Well. Theoretically you can manually create a SentryHub with a SentryClient with different options than you can manually send events to different DSNs. But this way you lose all the...
Documents and data size is interesting. We could use something similar to [this](https://github.com/NikolaiRuhe/NRFoundation/blob/master/NRFoundation/NRFileManager.m), but the solution is to traverse all files inside the app folder. If the app has created...
Cocoa has diagnosticLevel, but the default is already debug.
We cannot use `Threads` as a way to check from which view controller a new transaction is created since every view controller shared the same main thread.