Skip to content

feat(agent-insights): Add pagination to traces table #93589

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

Conversation

ArthurKnaus
Copy link
Member

Add pagination to traces table.
Add keepPreviousData functionality to useTraces hook.
Disable sorting in traces table, as future columns will not support sorting in the first iteration.

@ArthurKnaus ArthurKnaus requested review from a team as code owners June 16, 2025 11:20
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 16, 2025
navigate(
{
pathname,
search: qs.stringify({...transactionQuery, toolsCursor: cursor}),
Copy link
Member Author

Choose a reason for hiding this comment

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

I updated all the pagination handler to simply pass query instead of manually stringifying the params.

@ArthurKnaus ArthurKnaus merged commit 377d30b into master Jun 16, 2025
47 checks passed
@ArthurKnaus ArthurKnaus deleted the arthurknaus/tet-650-traces-table-pagination-sort branch June 16, 2025 13:21
billyvg pushed a commit that referenced this pull request Jun 18, 2025
Add pagination to traces table.
Add keepPreviousData functionality to `useTraces` hook.
Disable sorting in traces table, as future columns will not support
sorting in the first iteration.

- closes [TET-650: Traces Table pagination &
sort](https://linear.app/getsentry/issue/TET-650/traces-table-pagination-and-sort)
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
Add pagination to traces table.
Add keepPreviousData functionality to `useTraces` hook.
Disable sorting in traces table, as future columns will not support
sorting in the first iteration.

- closes [TET-650: Traces Table pagination &
sort](https://linear.app/getsentry/issue/TET-650/traces-table-pagination-and-sort)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants