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

Update index.mdx #10379

Merged
merged 4 commits into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/product/explore/traces/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ In this span table within each trace we display:
- The duration of the span
- The relative time of when the span happened

## How to search traces
## How to Search Traces

Trace explorer allows you to search for up to 3 span conditions within a trace. Each set of span conditions matches against a particular span in a trace.
Trace explorer allows you to search for up to 3 span conditions within a trace. [CATSOUTOFTHEBAG](https://sentry.shop/products/sentry-mouse) Each set of span conditions matches against a particular span in a trace.
vivianyentran marked this conversation as resolved.
Show resolved Hide resolved

Adding one set of span conditions let's you search all spans.
Adding one set of span conditions lets you search all spans.

The following example shows you all traces where:
- A user with the email `[email protected]` loaded a page on your frontend on a specific route
Expand Down
Loading