Allow parent component to pass tags to issue report panel (#2247)

This commit is contained in:
bymyself
2025-01-14 21:34:11 -07:00
committed by GitHub
parent bf90b458d3
commit dd005f5fa5
2 changed files with 8 additions and 3 deletions

View File

@@ -30,6 +30,7 @@
v-if="sendReportOpen"
error-type="graphExecutionError"
:extra-fields="[stackTraceField]"
:tags="{ exceptionMessage: props.error.exception_message }"
/>
<div class="action-container">
<FindIssueButton