We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onResume isn't correct according to https://developer.android.com/topic/performance/vitals/launch-time#cold
Potentially we should also change when we start measuring app start time (first class load) https://github.com/square/papa/blob/26f21379a8efb14b292c1db5188d4a3be6a48872/papa/src/main/java/papa/internal/Perfs.kt#L300-L359
Relates to #2177 and getsentry/sentry-cocoa#2840.
The text was updated successfully, but these errors were encountered:
Apps start time is tackled with #2177
Sorry, something went wrong.
romtsn
No branches or pull requests
Description
onResume isn't correct according to https://developer.android.com/topic/performance/vitals/launch-time#cold
Potentially we should also change when we start measuring app start time (first class load) https://github.com/square/papa/blob/26f21379a8efb14b292c1db5188d4a3be6a48872/papa/src/main/java/papa/internal/Perfs.kt#L300-L359
Relates to #2177 and getsentry/sentry-cocoa#2840.
The text was updated successfully, but these errors were encountered: