Skip to content

Commit

Permalink
PerformanceLogger: log extras to console in DEV mode
Browse files Browse the repository at this point in the history
Differential Revision: D7862011

fbshipit-source-id: 591caf37d6c91ccb07f13005c0f6c57dcaaa22c5
  • Loading branch information
logandaniels authored and facebook-github-bot committed May 3, 2018
1 parent 255b97d commit f5fceba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/Utilities/PerformanceLogger.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ const PerformanceLogger = {
getExtras() {
return extras;
},

logExtras() {
infoLog(extras);
},
};

module.exports = PerformanceLogger;

0 comments on commit f5fceba

Please sign in to comment.