diff --git a/frontend/src/app/main/ui/error_boundary.cljs b/frontend/src/app/main/ui/error_boundary.cljs index f34f009413..3ccec2101a 100644 --- a/frontend/src/app/main/ui/error_boundary.cljs +++ b/frontend/src/app/main/ui/error_boundary.cljs @@ -34,6 +34,7 @@ ;; very small amount of time, so we debounce for 100ms for ;; avoid duplicate and redundant reports (gfn/debounce (fn [error info] + (js/console.log "Cause stack: \n" (.-stack error)) (js/console.error "Component trace: \n" (unchecked-get info "componentStack")