Skip to content

Commit

Permalink
Scoped view highlight & OTel support
Browse files Browse the repository at this point in the history
A few changes on this PR: Scoped view should NOT be at the bottom. We want to call out the option that doesn't require setup right away. The image in the scoped view should be changed because it doesn't actually show scoped view (will submit image on Slack thread). We're going to be providing OTel support (data type) so I updated the main sentence under the scoped views section.
  • Loading branch information
meda123 committed May 9, 2022
1 parent 146a0d2 commit 5ca87f6
Showing 1 changed file with 27 additions and 13 deletions.
40 changes: 27 additions & 13 deletions src/content/docs/errors-inbox/errors-inbox.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,33 @@ Ready to get started? Make sure you have a [New Relic account](https://newrelic.

Access to log management capabilities is limited by user type. See [user type capabilities](/docs/accounts/accounts-billing/new-relic-one-user-management/user-type#user-type-capabilities).

## Set up errors inbox [#get-started]
## Use errors inbox directly from scoped views [#scoped]

Scoped views allow you to view errors for entities in browser, mobile, and [Open Telemetry](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-introduction/#benefits). Access the errors inbox view for a specific entity by navigating to that entity in the browser or mobile monitoring view and selecting **Errors inbox** in the left nav.

<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}
/>

<figcaption>Traige errors for a browser or mobile entity by selecting **Errors inbox** in the left nav of the browser or mobile explorer.</figcaption>

NOTE: Please replace image above with new browser image provided on Slack channel


<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}
/>

<figcaption>Traige errors for an OTel entity by selecting **Errors inbox** in the left nav of the Otel explorer.</figcaption>

NOTE: Please replace image above with new OTel image provided on Slack channel


## Set up errors inbox with workloads [#get-started]

To enable errors inbox, follow these steps. Afterwards, errors groups should start to appear in your inbox.

Expand Down Expand Up @@ -181,15 +207,3 @@ You can assign an error group to anyone. Simply select the user from the assign

You can update the filter in errors inbox to show only errors assigned to yourself, or a teammate.


## Scoped views [#scoped]

Scoped views allow you to view errors for entities in browser and mobile monitoring, without the need to create a workload. Access the errors inbox view for a specific entity by navigating to that entity in the browser or mobile monitoring view and selecting **Errors inbox** in the left nav.

<img
title="An image showing how to navigate to a scoped browser entity"
alt="This is an image of the main errors inbox UI"
src={errorsUi}
/>

<figcaption>Traige errors for a browser or mobile entity by selecting **Errors inbox** in the right nav of the browser or mobile explorer.</figcaption>

0 comments on commit 5ca87f6

Please sign in to comment.