Skip to content

Commit

Permalink
fix(errors): add images and fix image syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed May 9, 2022
1 parent 5ca87f6 commit 818109a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/content/docs/errors-inbox/errors-inbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ redirects:
---


import scoped from 'images/scoped.png';
import scoped from 'images/scopedBrowser.png';

import scoped from 'images/scopedOtel.png';

import errorsUi from 'images/errors-ui.png'

Expand Down Expand Up @@ -56,7 +58,7 @@ Scoped views allow you to view errors for entities in browser, mobile, and [Open
<img
title="An image showing how to navigate to a scoped browser entity"
alt="This is an image of the main errors inbox UI inside a browser entity"
src={errorsUi}
src={scopedBrowser}
/>

<figcaption>Traige errors for a browser or mobile entity by selecting **Errors inbox** in the left nav of the browser or mobile explorer.</figcaption>
Expand All @@ -67,7 +69,7 @@ NOTE: Please replace image above with new browser image provided on Slack channe
<img
title="An image showing how to navigate to a scoped Otel entity"
alt="This is an image of the main errors inbox UI inside an Otel entity"
src={errorsUi}
src={scopedOtel}
/>

<figcaption>Traige errors for an OTel entity by selecting **Errors inbox** in the left nav of the Otel explorer.</figcaption>
Expand Down
Binary file added src/images/scopedBrowser.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/scopedOtel.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 818109a

Please sign in to comment.