Log TimelinePanel
debugging info when opening the bug report modal (#8502)
To debug all of the timeline problems: - https://github.com/vector-im/element-web/issues/21613 - https://github.com/vector-im/element-web/issues/21922 - https://github.com/vector-im/element-web/issues/21432 - https://github.com/vector-im/element-web/issues/21533
This commit is contained in:
parent
d5b363e971
commit
3a241e0dfb
4 changed files with 114 additions and 1 deletions
|
@ -306,4 +306,11 @@ export enum Action {
|
|||
* Opens a dialog to add an existing object to a space. Used with a OpenAddExistingToSpaceDialogPayload.
|
||||
*/
|
||||
OpenAddToExistingSpaceDialog = "open_add_to_existing_space_dialog",
|
||||
|
||||
/**
|
||||
* Let components know that they should log any useful debugging information
|
||||
* because we're probably about to send bug report which includes all of the
|
||||
* logs. Fires with no payload.
|
||||
*/
|
||||
DumpDebugLogs = "dump_debug_logs",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue