Skip to content

Commit

Permalink
Add descriptions for devtools events to lexicon (#9316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz authored Oct 21, 2024
1 parent 524377d commit 3fed66c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/telemetry/lexicon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,18 @@ export const lexicon: LexiconMap = {
"Admin for a list of users with this flag).",
tags: [LexiconTags.TEAM, LexiconTags.ENTERPRISE],
},
DEVTOOLS_OPEN: {
description:
"Reported when the a user opens the DevTools on any modifiable web page (e.g. this event is not reported when opening the " +
"DevTools in the Extension Console or on internal chrome pages).",
tags: [LexiconTags.PAGE_EDITOR],
},
DEVTOOLS_CLOSE: {
description:
"Reported when the DevTools are closed on any modifiable web page (e.g. this event is not reported when opening the " +
"DevTools in the Extension Console or on internal chrome pages).",
tags: [LexiconTags.PAGE_EDITOR],
},
};

/**
Expand Down

0 comments on commit 3fed66c

Please sign in to comment.