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

Errors inbox: Add spaces between images and preceding text #12676

Merged
merged 2 commits into from
Apr 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/content/docs/errors-inbox/apm-tab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The triage section links the specific error occurrence you're viewing to a [syst

If you've set up [distributed tracing](/docs/distributed-tracing/concepts/quick-start/), and if there are sampled traces related to errors, you'll see options to view trace details. This is a quick way to view trace information without going to the main distributed tracing page:

* In the left pane labeled **Distributed traces**, you can expand the heading to show a list of traces to see a list of all the traces associated with errors in this error group. Alternatively, you can click **Explore all** to open a list of all the traces.
* In the left pane labeled **Distributed traces**, you can expand the heading to show a list of all traces associated with errors in this error group. Alternatively, you can click **Explore all** to open a list of all the traces.

<img
style={{ align: "left" }}
Expand All @@ -78,6 +78,7 @@ If you've set up [distributed tracing](/docs/distributed-tracing/concepts/quick-

* In the right pane labeled **Distributed trace**, you'll see the trace that's associated with the error occurrence displayed on this page. To see the trace's spans in a waterfall view:
* Click directly on the trace name or click the icon with an arrow on the right, which opens up the waterfall focus view that highlights trace spans with errors.

<img
style={{ align: "left" }}
title="Screenshot showing the trace related to your error"
Expand Down
3 changes: 2 additions & 1 deletion src/content/docs/errors-inbox/errors-inbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Here's how the various tabs on the details page work:

If you've set up [distributed tracing](/docs/distributed-tracing/concepts/quick-start/), and if there are sampled traces related to errors, you'll see options to view trace details. This is a quick way to view trace information without going to the main distributed tracing page:

* In the left pane labeled **Distributed traces**, you can expand the heading to show a list of traces to see a list of all the traces associated with errors in this error group. Alternatively, you can click **Explore all** to open a list of all the traces.
* In the left pane labeled **Distributed traces**, you can expand the heading to show a list of all traces associated with errors in this error group. Alternatively, you can click **Explore all** to open a list of all the traces.

<img
style={{ align: "left" }}
Expand All @@ -217,6 +217,7 @@ Here's how the various tabs on the details page work:

* In the right pane labeled **Distributed trace**, you'll see the trace that's associated with the error occurrence displayed on this page. To see the trace's spans in a waterfall view:
* Click directly on the trace name or click the icon with an arrow on the right, which opens up the waterfall focus view that highlights trace spans with errors.

<img
style={{ align: "left" }}
title="Screenshot showing the trace related to your error"
Expand Down