Skip to content
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(sessions): add ability to navigate from trace to session #5229

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

Parker-Stafford
Copy link
Contributor

resolves #5009

  • adds link to session page span details if the trace has a session associated with it
Screen.Recording.2024-10-29.at.4.26.36.PM.mov

@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Oct 29, 2024
@Parker-Stafford Parker-Stafford force-pushed the parker/5009-navigate-trace-to-session branch from 1e292e8 to 5520cc7 Compare October 29, 2024 23:29
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Oct 29, 2024
@Arize-ai Arize-ai deleted a comment from review-notebook-app bot Oct 29, 2024
@axiomofjoy
Copy link
Contributor

love it guys ❤️

@@ -113,7 +114,7 @@ export function TraceDetails(props: TraceDetailsProps) {
return () => {
setSearchParams(
(searchParams) => {
searchParams.delete("spanNodeId");
searchParams.delete(SELECTED_SPAN_NODE_ID_URL_PARAM);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@Parker-Stafford Parker-Stafford merged commit 57a8473 into sessions2 Oct 30, 2024
3 checks passed
@Parker-Stafford Parker-Stafford deleted the parker/5009-navigate-trace-to-session branch October 30, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants