diff --git a/src/component/handlers/edit/editOnSelect.js b/src/component/handlers/edit/editOnSelect.js index 21c59c4910..bce9279589 100644 --- a/src/component/handlers/edit/editOnSelect.js +++ b/src/component/handlers/edit/editOnSelect.js @@ -33,7 +33,7 @@ function editOnSelect(editor: DraftEditor): void { DraftJsDebugLogging.logBlockedSelectionEvent({ // For now I don't think we need any other info anonymizedDom: 'N/A', - extraParams: '', + extraParams: JSON.stringify({stacktrace: new Error().stack}), selectionState: JSON.stringify(selectionState.toJS()), }); }