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(trace): search using span. or transaction. entity prefix #71152

Merged
merged 4 commits into from
May 21, 2024

Conversation

JonasBa
Copy link
Member

@JonasBa JonasBa commented May 19, 2024

Enables search by narrowing down on the entity types via span. and transaction. prefixes (errors, issues and autogroups still need to be implemented). Previously if two objects would had the same key, the value would be resolved from either of them and both were subject to match. With this change, searching narrows down on the entity by the prefix.

There is a slight annoyance with txns because they contain keys like transaction.op as opposed to spans which only contain a key like op, which is why we need to perform a direct lookup first, and only then look at the entity.

@JonasBa JonasBa requested a review from Abdkhan14 May 19, 2024 21:18
@JonasBa JonasBa requested a review from a team as a code owner May 19, 2024 21:18
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 19, 2024
@JonasBa JonasBa changed the title feat(trace): entity prefix feat(trace): search using span. or transaction. entity prefix May 20, 2024
Base automatically changed from jb/trace/entity-search to master May 21, 2024 14:53
Copy link

codecov bot commented May 21, 2024

Bundle Report

Changes will increase total bundle size by 398 bytes ⬆️

Bundle name Size Change
app-webpack-bundle-array-push 27.65MB 398 bytes ⬆️

@JonasBa JonasBa merged commit 516c5a5 into master May 21, 2024
42 checks passed
@JonasBa JonasBa deleted the jb/trace/entity-prefix branch May 21, 2024 16:05
@github-actions github-actions bot locked and limited conversation to collaborators Jun 6, 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.

None yet

3 participants