Skip to content

Commit

Permalink
DevTools: Log version in internal logger (#22825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstejada authored Nov 30, 2021
1 parent 0cc724c commit a65ceef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function registerDevToolsEventLogger(surface: string) {
event: event,
context: {
surface,
version: process.env.DEVTOOLS_VERSION,
},
},
'*',
Expand Down

0 comments on commit a65ceef

Please sign in to comment.