Skip to content

Commit cbd9baa

Browse files
authored
Small wording updates to trace explorer.mdx (#11627)
1 parent 5a8f8bb commit cbd9baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/product/explore/traces/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ To get started, go to the [Traces](https://sentry.io/orgredirect/organizations/:
2424
Each set of search conditions helps you find a specific kind of span within a trace. You can either:
2525

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

3030
- Use multiple sets of conditions to search for traces containing all specified span types.
31-
**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:
31+
**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:
3232
![Example of search with multiple span conditions](./img/traces-multiple-span-conditions-example.png)
3333

3434
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.
@@ -66,7 +66,7 @@ Search results are displayed as a list of traces. Each row corresponds to a sing
6666

6767
### Span Details
6868

69-
Expand a trace to see the matching spans in the following table format:
69+
Expand a trace to see the matching spans and the following information:
7070

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

0 commit comments

Comments
 (0)