diff --git a/src/components/dialog/content/ExecutionErrorDialogContent.vue b/src/components/dialog/content/ExecutionErrorDialogContent.vue index 1c6bbab8fa..4201c6c76c 100644 --- a/src/components/dialog/content/ExecutionErrorDialogContent.vue +++ b/src/components/dialog/content/ExecutionErrorDialogContent.vue @@ -30,6 +30,7 @@ v-if="sendReportOpen" error-type="graphExecutionError" :extra-fields="[stackTraceField]" + :tags="{ exceptionMessage: props.error.exception_message }" />