-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(trace-single-ui): fix unavailable ref #8883
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gongxh13
pushed a commit
to gongxh13/langfuse
that referenced
this pull request
Sep 3, 2025
* fix(trace-single-ui): fix unavailable ref * really fix it
nimarb
added a commit
that referenced
this pull request
Sep 3, 2025
* fix(trace-single-ui): fix unavailable ref * really fix it
nimarb
added a commit
that referenced
this pull request
Sep 4, 2025
* chore: upgrade to nextjs v15 * update mui x-tree-view * upgrade next themese * update react-day-picker react-resizable-panels * update sonner * update next-query-params * update react-email * upgrade types react in shared * upgrade next in ee * next config remove now stable hook * fix next-themes not exporting prop types directly anymore * fix mui-x-tree peer dependency * fix markdown viewer (ugly) to get around stricter typing * add config to oltp protobus for nextjs15 * HACK: temp circumvent ApiRouteConfig typing * TEMP: try nextjs15 workaround for SCIM * try more ram * not experimental no more * moar memory * update memory * over 8000 * fix turbopack issues * fix dockerfile * default to turbo in web * accept warnings for now * cleanup * cleanup * remove tiktoken stuff * chore: move obsevation type setting override to mapper (#8714) * chore: move obsevation type setting override to mapper * simplify mapper * map nicer * simplify * feat(single-trace): add copy button on value cell of json view (#8871) * fix: use leftUTF8 for input/output truncation on clickhouse (#8869) * chose: use leftUTF8 for input/output truncation on clickhouse * chore: skip truncation linebreak * fix(trace-detail): guard against zero latency in trace tree (#8874) fix(trace-detail): guard against zero latency * chore: patch flaky trace repository test (#8870) * chore: bump dd-trace to 5.65.0 (#8882) * fix(prompts): subfolders hiding prompts (#8876) * fix(prompts): subfolders hiding prompts * Update web/src/features/prompts/server/routers/promptRouter.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * fix da lint! * fix --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * fix(trace-single-ui): fix unavailable ref (#8883) * fix(trace-single-ui): fix unavailable ref * really fix it * chore: release v3.106.4 * chore: add env note to review.md (#8888) * feat(table-ui): filter score columns to show score only if has value for given table (#8865) * feat(table-ui): filter score columns to show score only if has value for given table * chore: refactor analytics * chore: include dataset id in filter condition for DRI scores * chore: fix tests * chore: await data * fixup-remove: upgrade to nextjs v15 (#8795) * chore: simplify query * chore: remove getRunScoresGroupedByNameSourceType * chore: push * fix: stabilize hook dependency * Revert "fixup-remove: upgrade to nextjs v15 (#8795)" This reverts commit 50b7423. * chore: eslint --------- Co-authored-by: Nimar <[email protected]> * update grid layout * fix toggle * ugly hack to make resizable work in turbopack --------- Co-authored-by: Steffen Schmitz <[email protected]> Co-authored-by: Leo Weigand <[email protected]> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Marc Klingen <[email protected]>
gongxh13
pushed a commit
to gongxh13/langfuse
that referenced
this pull request
Sep 4, 2025
* chore: upgrade to nextjs v15 * update mui x-tree-view * upgrade next themese * update react-day-picker react-resizable-panels * update sonner * update next-query-params * update react-email * upgrade types react in shared * upgrade next in ee * next config remove now stable hook * fix next-themes not exporting prop types directly anymore * fix mui-x-tree peer dependency * fix markdown viewer (ugly) to get around stricter typing * add config to oltp protobus for nextjs15 * HACK: temp circumvent ApiRouteConfig typing * TEMP: try nextjs15 workaround for SCIM * try more ram * not experimental no more * moar memory * update memory * over 8000 * fix turbopack issues * fix dockerfile * default to turbo in web * accept warnings for now * cleanup * cleanup * remove tiktoken stuff * chore: move obsevation type setting override to mapper (langfuse#8714) * chore: move obsevation type setting override to mapper * simplify mapper * map nicer * simplify * feat(single-trace): add copy button on value cell of json view (langfuse#8871) * fix: use leftUTF8 for input/output truncation on clickhouse (langfuse#8869) * chose: use leftUTF8 for input/output truncation on clickhouse * chore: skip truncation linebreak * fix(trace-detail): guard against zero latency in trace tree (langfuse#8874) fix(trace-detail): guard against zero latency * chore: patch flaky trace repository test (langfuse#8870) * chore: bump dd-trace to 5.65.0 (langfuse#8882) * fix(prompts): subfolders hiding prompts (langfuse#8876) * fix(prompts): subfolders hiding prompts * Update web/src/features/prompts/server/routers/promptRouter.ts Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * fix da lint! * fix --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * fix(trace-single-ui): fix unavailable ref (langfuse#8883) * fix(trace-single-ui): fix unavailable ref * really fix it * chore: release v3.106.4 * chore: add env note to review.md (langfuse#8888) * feat(table-ui): filter score columns to show score only if has value for given table (langfuse#8865) * feat(table-ui): filter score columns to show score only if has value for given table * chore: refactor analytics * chore: include dataset id in filter condition for DRI scores * chore: fix tests * chore: await data * fixup-remove: upgrade to nextjs v15 (langfuse#8795) * chore: simplify query * chore: remove getRunScoresGroupedByNameSourceType * chore: push * fix: stabilize hook dependency * Revert "fixup-remove: upgrade to nextjs v15 (langfuse#8795)" This reverts commit 50b7423. * chore: eslint --------- Co-authored-by: Nimar <[email protected]> * update grid layout * fix toggle * ugly hack to make resizable work in turbopack --------- Co-authored-by: Steffen Schmitz <[email protected]> Co-authored-by: Leo Weigand <[email protected]> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Marc Klingen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Important
Limit graph UI for large traces and adjust physics settings for performance in
index.tsx
,buildStepData.ts
,TraceGraphCanvas.tsx
, andTraceGraphView.tsx
.index.tsx
, added a check to hide graph UI for traces withagentGraphData.length
>= 5000.TraceGraphView.tsx
, disable physics for graphs withagentGraphData.length
>= 500.MAX_NODE_NUMBER_FOR_PERFORMANCE
constraint inbuildStepData.ts
.disablePhysics
prop toTraceGraphCanvas
inTraceGraphCanvas.tsx
to control physics settings based on node count.This description was created by
for 7ddc645. You can customize this summary. It will automatically update as commits are pushed.