-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: display error in inspect page #1188
Conversation
How can we change this such that the error messaging shows up in the error callout, instead of showing up as "output"? Potentially See also: |
@MichaelDoyle |
Ah - thanks. That's really unfortunate. :) I think using the codes.Error is still the right thing to do, even though it doesn't match. I found some more context: open-telemetry/opentelemetry-go#2098 We might need to set things up such that the traces page in the dev ui is aware of which runtime the trace/spans came from and does the appropriate conversion. |
I just submitted https://github.com/FirebasePrivate/genkit-ui/pull/1096 which I think will help - can you try w/ the latest dev ui code ( |
Did this end up working out? Got a more recent screenshot? |
@MichaelDoyle It is still working in the newest version |
* Fix: display error in inspect page * Fix: display error in error callout * Fix: use the right enum
Currently we are not displaying the error, with this PR we'll be able to see them
Checklist (if applicable):