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

Search #118

Open
1 of 2 tasks
kreshnnikgashi opened this issue Nov 3, 2023 · 0 comments
Open
1 of 2 tasks

Search #118

kreshnnikgashi opened this issue Nov 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request ui

Comments

@kreshnnikgashi
Copy link
Member

kreshnnikgashi commented Nov 3, 2023

Developers are only displayed the latest 20 traces, and cannot, paginate or filter them.

You can find that fixed limit in the codebase here: https://github.com/rocket-connect/graphql-debugger/blob/main/packages/graphql-schema/src/queries/list-trace-groups.ts#L83

This means that if you have a big application, where lots of queries are being issued at once, you might not ever see your trace.

The lack of search functionality makes it really difficult for developers to use the debugger in any real application setting.

@kreshnnikgashi kreshnnikgashi self-assigned this Nov 3, 2023
@kreshnnikgashi kreshnnikgashi added ui feature enhancement New feature or request and removed feature labels Nov 3, 2023
@danstarns danstarns changed the title Implement search and advanced filtering on traces Search Nov 6, 2023
@danstarns danstarns mentioned this issue Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

No branches or pull requests

1 participant