Move node field to tags in error report (#2570)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bymyself
2025-02-15 19:50:54 -07:00
committed by GitHub
parent 2ac177caeb
commit f69180cd84
6 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,10 @@
:title="$t('issueReport.submitErrorReport')" :title="$t('issueReport.submitErrorReport')"
error-type="graphExecutionError" error-type="graphExecutionError"
:extra-fields="[stackTraceField]" :extra-fields="[stackTraceField]"
:tags="{ exceptionMessage: props.error.exception_message }" :tags="{
exceptionMessage: props.error.exception_message,
nodeType: props.error.node_type
}"
/> />
<div class="action-container"> <div class="action-container">
<FindIssueButton <FindIssueButton
@@ -90,10 +93,7 @@ const stackTraceField = computed<ReportField>(() => {
label: t('issueReport.stackTrace'), label: t('issueReport.stackTrace'),
value: 'StackTrace', value: 'StackTrace',
optIn: true, optIn: true,
getData: () => ({ getData: () => props.error.traceback?.join('\n')
nodeType: props.error.node_type,
stackTrace: props.error.traceback?.join('\n')
})
} }
}) })

View File

@@ -788,7 +788,7 @@
"Flux": { "Flux": {
"flux_canny_model_example": "Flux Canny Model", "flux_canny_model_example": "Flux Canny Model",
"flux_depth_lora_example": "Flux Depth Lora", "flux_depth_lora_example": "Flux Depth Lora",
"flux_dev_example": "Flux Dev", "flux_dev_checkpoint_example": "Flux Dev",
"flux_fill_inpaint_example": "Flux Inpaint", "flux_fill_inpaint_example": "Flux Inpaint",
"flux_fill_outpaint_example": "Flux Outpaint", "flux_fill_outpaint_example": "Flux Outpaint",
"flux_redux_model_example": "Flux Redux Model", "flux_redux_model_example": "Flux Redux Model",

View File

@@ -788,7 +788,7 @@
"Flux": { "Flux": {
"flux_canny_model_example": "Flux Cannyモデル", "flux_canny_model_example": "Flux Cannyモデル",
"flux_depth_lora_example": "Flux Depth Lora", "flux_depth_lora_example": "Flux Depth Lora",
"flux_dev_example": "Flux Dev", "flux_dev_checkpoint_example": "Flux Dev",
"flux_fill_inpaint_example": "Flux Inpaint", "flux_fill_inpaint_example": "Flux Inpaint",
"flux_fill_outpaint_example": "Flux Outpaint", "flux_fill_outpaint_example": "Flux Outpaint",
"flux_redux_model_example": "Flux Reduxモデル", "flux_redux_model_example": "Flux Reduxモデル",

View File

@@ -788,7 +788,7 @@
"Flux": { "Flux": {
"flux_canny_model_example": "Flux Canny 모델", "flux_canny_model_example": "Flux Canny 모델",
"flux_depth_lora_example": "Flux Depth Lora", "flux_depth_lora_example": "Flux Depth Lora",
"flux_dev_example": "Flux 개발", "flux_dev_checkpoint_example": "Flux Dev",
"flux_fill_inpaint_example": "Flux Inpaint", "flux_fill_inpaint_example": "Flux Inpaint",
"flux_fill_outpaint_example": "Flux Outpaint", "flux_fill_outpaint_example": "Flux Outpaint",
"flux_redux_model_example": "Flux Redux 모델", "flux_redux_model_example": "Flux Redux 모델",

View File

@@ -788,7 +788,7 @@
"Flux": { "Flux": {
"flux_canny_model_example": "Flux Canny Model", "flux_canny_model_example": "Flux Canny Model",
"flux_depth_lora_example": "Flux Depth Lora", "flux_depth_lora_example": "Flux Depth Lora",
"flux_dev_example": "Flux Dev", "flux_dev_checkpoint_example": "Flux Dev",
"flux_fill_inpaint_example": "Flux Inpaint", "flux_fill_inpaint_example": "Flux Inpaint",
"flux_fill_outpaint_example": "Flux Outpaint", "flux_fill_outpaint_example": "Flux Outpaint",
"flux_redux_model_example": "Flux Redux Model", "flux_redux_model_example": "Flux Redux Model",

View File

@@ -788,7 +788,7 @@
"Flux": { "Flux": {
"flux_canny_model_example": "Flux Canny Model", "flux_canny_model_example": "Flux Canny Model",
"flux_depth_lora_example": "Flux Depth Lora", "flux_depth_lora_example": "Flux Depth Lora",
"flux_dev_example": "Flux Dev", "flux_dev_checkpoint_example": "Flux Dev的检查点示例",
"flux_fill_inpaint_example": "Flux Inpaint", "flux_fill_inpaint_example": "Flux Inpaint",
"flux_fill_outpaint_example": "Flux Outpaint", "flux_fill_outpaint_example": "Flux Outpaint",
"flux_redux_model_example": "Flux Redux Model", "flux_redux_model_example": "Flux Redux Model",