Add sessionId to error messages

Summary: Will allow us to look into bad sessions if necessary.

Reviewed By: passy

Differential Revision: D13695386

fbshipit-source-id: 2cfc8ec28ef4cb387ef7a5a58b02aa77a367ae81
This commit is contained in:
John Knox
2019-01-17 03:40:25 -08:00
committed by Facebook Github Bot
parent 9b985b1338
commit 21dfe41fb4
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ import {TEST_PASSING_GK, TEST_FAILING_GK} from '../../fb-stubs/GK';
import TestPlugin from './TestPlugin';
const mockStore = configureStore([])(reducers(undefined, {type: 'INIT'}));
const logger = new Logger();
const logger = new Logger(mockStore);
test('dispatcher dispatches REGISTER_PLUGINS', () => {
dispatcher(mockStore, logger);