-
Notifications
You must be signed in to change notification settings - Fork 285
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
feat(playground): provide a back to trace button from the span playgr… #4954
Conversation
Back to Trace | ||
</Button> | ||
} | ||
>{`Replay and iterate on your LLM call from your ${span.project.name} project`}</Alert> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
curious about the project part here since playground is sitting to the side of any project. is this referring to playground spans or the original spans project?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the original project!
import { useLoaderData } from "react-router"; | ||
import React, { useMemo, useState } from "react"; | ||
import { useLoaderData, useNavigate } from "react-router"; | ||
import { divide } from "lodash"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
start typing, press tab, get a lodash import
this is the way of the world
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, yeah this happens to me so much
#4954) * feat(playground): provide a back to trace button from the span playground * fix * fix types in tests
#4954) * feat(playground): provide a back to trace button from the span playground * fix * fix types in tests
…ound
resolves #4953
Allow the user to go back to a trace from the span playground
Screen.Recording.2024-10-10.at.5.09.12.PM.mov