Skip to content

feat(trace-explorer): Use new SearchQueryBuilder#75979

Merged
Zylphrex merged 2 commits into
masterfrom
txiao/feat/use-new-search-query-builder-for-trace-explorer
Aug 12, 2024
Merged

feat(trace-explorer): Use new SearchQueryBuilder#75979
Zylphrex merged 2 commits into
masterfrom
txiao/feat/use-new-search-query-builder-for-trace-explorer

Conversation

@Zylphrex

Copy link
Copy Markdown
Member

This switches the trace explorer to use the new SearchQueryBuilder.

This switches the trace explorer to use the new SearchQueryBuilder.
@Zylphrex Zylphrex requested a review from a team August 12, 2024 16:51
@Zylphrex Zylphrex requested a review from a team as a code owner August 12, 2024 16:51
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 12, 2024
@codecov

codecov Bot commented Aug 12, 2024

Copy link
Copy Markdown

Bundle Report

Changes will increase total bundle size by 24.43kB ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 28.75MB 24.43kB ⬆️

@Zylphrex Zylphrex requested a review from malwilley August 12, 2024 17:22
Comment thread static/app/views/traces/content.tsx
}, [supportedTags]);

const filterKeySections = useMemo(() => {
return [];

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should this be filled out? Categories would help the user find the right keys

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes, just starting without it and will fill it in in a followup

const organization = useOrganization();
const {selection} = usePageFilters();

const placeholderText = useMemo(() => {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: memo not necessary for string props

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

will address in the follow up

@Zylphrex Zylphrex merged commit d9d5092 into master Aug 12, 2024
@Zylphrex Zylphrex deleted the txiao/feat/use-new-search-query-builder-for-trace-explorer branch August 12, 2024 19:34
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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