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:
committed by
Facebook Github Bot
parent
9b985b1338
commit
21dfe41fb4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user