Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Now we report the times of the different tasks that happen until we launch and show the user page #610

Merged
merged 6 commits into from
Mar 12, 2018

Conversation

digeff
Copy link
Contributor

@digeff digeff commented Mar 8, 2018

Now we report the times of the different tasks that happen until we launch and show the user page

@digeff digeff force-pushed the launch_timings_telemetry_master branch from 96541b5 to c9215ec Compare March 10, 2018 01:07
if (this._userRequestedUrl) {
// This means all the setBreakpoints requests have been completed. So we can navigate to the original file/url.
this.chrome.Page.navigate({ url: this._userRequestedUrl });
this.events.emitMilestoneReached("RequestedNavigateToUserPage");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait on the navigate before sending the event? Maybe don't await so it doesn't block configurationDone. But just like Page.navigate(...).then(() => emitMilestoneReached())

@roblourens roblourens merged commit 449d8e5 into microsoft:master Mar 12, 2018
@digeff digeff deleted the launch_timings_telemetry_master branch March 12, 2018 20:30
@roblourens roblourens added this to the March 2018 milestone Apr 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants