Add GKs to logs and error reports

Summary: To allow comparisons between metrics/errors in and out of GKs.

Reviewed By: passy

Differential Revision: D13714754

fbshipit-source-id: 311a1cd7bd5a7b2332e20a32d37d0fb323d00569
This commit is contained in:
John Knox
2019-01-17 11:04:54 -08:00
committed by Facebook Github Bot
parent c02c9029b0
commit 944a197cf6

View File

@@ -19,4 +19,8 @@ export default class GK {
} }
return false; return false;
} }
static serializeGKs() {
return JSON.stringify({});
}
} }