Skip to content
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 @@ -24,11 +24,11 @@ To get started, go to the [Traces](https://sentry.io/orgredirect/organizations/:
Each set of search conditions helps you find a specific kind of span within a trace. You can either:

- Use a single set of conditions to search across all spans.
**Example:** Single condition: Find traces where a user with email `[email protected]` loaded a specific frontend route:
**Single Condition Example:** Find traces where a user with email `[email protected]` loaded a specific frontend route:
![Exampe of search with one span conditions set](./img/traces-one-span-conditions-example.png)

- Use multiple sets of conditions to search for traces containing all specified span types.
**Example:** Multiple conditions: Find traces where a user with the email `[email protected]` loaded a page on your frontend on a specific route AND a slow database query was present:
**Multiple Conditions Example:** Find traces where a user with the email `[email protected]` loaded a page on your frontend on a specific route AND a slow database query was present:
![Example of search with multiple span conditions](./img/traces-multiple-span-conditions-example.png)

Because traces range accross multiple projects, there's no project filter, but you can filter by projects with similar sets of span conditions by adding `project:your-project-here` in the search.
Expand Down Expand Up @@ -66,7 +66,7 @@ Search results are displayed as a list of traces. Each row corresponds to a sing

### Span Details

Expand a trace to see the matching spans in the following table format:
Expand a trace to see the matching spans and the following information:

- **Span ID**: Links to the span in the Trace View.
- **Description**: Includes project, `span.op`, and `span.description`.
Expand Down
Loading