Skip to content

Commit

Permalink
DevTools: Log version in internal logger (facebook#22825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstejada authored and zhengjitf committed Apr 15, 2022
1 parent 3d1df8c commit ac9fafe
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 ac9fafe

Please sign in to comment.