Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #515 from mrcrane/telemetry-newstep
Browse files Browse the repository at this point in the history
Add new step to startup timing telemetry
  • Loading branch information
roblourens authored Aug 30, 2019
2 parents 966367f + c5f7957 commit 179e8fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/chrome/chromeDebugAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,13 @@ export abstract class ChromeDebugAdapter implements IDebugAdapter {
if (this._breakOnLoadHelper) {
this._breakOnLoadHelper.setBrowserVersion((await this._chromeConnection.version).browser);
}

/* __GDPR__FRAGMENT__
"StepNames" : {
"Attach.ConfigureDebuggingSession.End" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this.events.emitStepStarted('Attach.ConfigureDebuggingSession.End');
}
}

Expand Down

0 comments on commit 179e8fc

Please sign in to comment.