Skip to content

Conversation

LikeTheSalad
Copy link
Contributor

Closes #95

@LikeTheSalad LikeTheSalad linked an issue Feb 2, 2023 that may be closed by this pull request
@LikeTheSalad LikeTheSalad merged commit e9a8a4a into main Feb 6, 2023
@LikeTheSalad LikeTheSalad deleted the 95-track-app-launch-time branch February 6, 2023 14:37
LikeTheSalad added a commit that referenced this pull request Feb 6, 2023
* Added test for launch time metric * Created app launch time tracking tools * Sending app launch time metric from activity callback * Registering provider and adding logs * Adding logs * Registering launch time activity callback * Validating launch time metric test * Flushing launch time metric right away * Removing log when starting time * Sending launch time metric as milliseconds * Preferring delta aggregation for common metrics exporter * Increased android ntp root delay max * Sending launch time as gauge metric * Adding multiple metric flushing test * Fix typo in tests * Added test to verify that only the first activity tracks the startup time * Adding comments * Updated logs * Updated logs * Flushing logs for crashes using the Flusher delegator * Moving app launch time tests to their own class and resetting static state for them * Reorganizing test packages
LikeTheSalad added a commit that referenced this pull request Feb 6, 2023
* Removing session id provider config setter * Removing session id config guide from docs * Updated tests * release: define buildkite pipeline (#109) * release dry run report logs to google bucket (#115) * release: use new vault secrets (#116) * release: upload artifacts (#117) * Track app launch time (#110) * Added test for launch time metric * Created app launch time tracking tools * Sending app launch time metric from activity callback * Registering provider and adding logs * Adding logs * Registering launch time activity callback * Validating launch time metric test * Flushing launch time metric right away * Removing log when starting time * Sending launch time metric as milliseconds * Preferring delta aggregation for common metrics exporter * Increased android ntp root delay max * Sending launch time as gauge metric * Adding multiple metric flushing test * Fix typo in tests * Added test to verify that only the first activity tracks the startup time * Adding comments * Updated logs * Updated logs * Flushing logs for crashes using the Flusher delegator * Moving app launch time tests to their own class and resetting static state for them * Reorganizing test packages * Adding http status code to spans (#113) * Reorganizing okhttp event listener common code * Setting http status code to http tracked span * Added tests to verify result code in okhttp spans * Added verification for context store clearing --------- Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment