Multiple crash support
Summary: This diff adds support to show multiple crashes in the crash reporter plugin. You can also select crashes from the list of the dropdown. Reviewed By: danielbuechele Differential Revision: D14513401 fbshipit-source-id: 621d32c5971519e5046daec76ec2f9b32ba4d8ce
This commit is contained in:
committed by
Facebook Github Bot
parent
759329bbc3
commit
0adc2ef52e
@@ -16,7 +16,7 @@ export {
|
||||
FlipperDevicePlugin,
|
||||
callClient,
|
||||
} from './plugin.js';
|
||||
export type {PluginClient} from './plugin.js';
|
||||
export type {PluginClient, Props} from './plugin.js';
|
||||
export {default as Client} from './Client.js';
|
||||
export {clipboard} from 'electron';
|
||||
export * from './fb-stubs/constants.js';
|
||||
|
||||
Reference in New Issue
Block a user