Skip to content

Commit

Permalink
update issue screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
vivianyentran committed Aug 23, 2023
1 parent 160943f commit abd05b7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file added src/docs/product/issues/error_level.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/docs/product/issues/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "Learn more about the Issues page and how you can use it to efficie

The **Issues** page displays information about errors and performance problems in your application. This page allows you to filter by properties such as browser, device, impacted users, or whether an error is unhandled. You can then inspect issue details to better understand the problem and [triage](/product/issues/states-triage/) effectively.

![Issues homepage](issues-homepage.png)
![Issues homepage](issue_page.png)

A typical application sends a large number of events to Sentry. You can think of an <SandboxLink scenario="oneIssue" projectSlug="react">issue</SandboxLink> as a single bug or problem with your app. To make them manageable, we group similar events into issues based on a fingerprint. This grouping of events into issues allows you to see how frequently a problem is happening and how many users it's affecting.

Expand All @@ -30,7 +30,7 @@ For each issue, the page displays:

For error issues, to see the stack trace of the latest event, you can hover over the issue title. You can also hover over the coloured square to the left of the issue information to see the error level (error, info, fatal, warning, debug, or sample) of the latest event:

![Error level icon](error-level-icon.png)
![Error level icon](error_level.png)

You can save your issue queries and access them later by clicking the the "Saved Searches" button in the header. Learn more in [Saved Searches](/product/sentry-basics/search/saved-searches/). You can also add issues data to your [custom dashboards](/product/dashboards/custom-dashboards/) as widgets using the [dataset selector](/product/dashboards/widget-builder/#choose-your-dataset).

Expand Down
4 changes: 2 additions & 2 deletions src/docs/product/issues/issue-details/error-issues/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ An _error issue_ is a grouping of error events. What counts as an error varies b

The **Issue Details** page helps you to gain further insight into the source of an error issue and the impact it has on your application's users. The main area of the page displays information about a specific error event that's part of an issue. The top panel and right-hand sidebar of the page display a summary of all the error events grouped together in this issue:

![Issue details](issue-details.png)
![Issue details](../issue_details_page.png)

While the <SandboxLink scenario="oneIssue" projectSlug="react">Issue Details</SandboxLink> page displays information about a specific error event that's part of an issue, you can navigate between the events of an issue using the "Older" and "Newer" buttons. Subscribe to an error issue by clicking the bell icon and fine tune [workflow notifications](/product/alerts/notifications/#workflow-notifications) related to the issue in **User Settings > Notifications**. Just below the issue title, the event description is displayed along with an icon representing the error level of the event:
While the <SandboxLink scenario="oneIssue" projectSlug="react">Issue Details</SandboxLink> page displays information about a specific error event that's part of an issue, you can navigate between the events of an issue using the event dropdown. Subscribe to an error issue by clicking the bell icon and fine tune [workflow notifications](/product/alerts/notifications/#workflow-notifications) related to the issue in **User Settings > Notifications**. Just below the issue title, the event description is displayed along with an icon representing the error level of the event:

![Error level icon in issue details](error-level-icon-2.png)

Expand Down
2 changes: 1 addition & 1 deletion src/docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: "Learn more about what information displays on the Issue Details pa

The **Issue Details** page helps you to gain further insight into the source of the issue and the impact it has on your application's users. The main area of the page displays information about a specific event that's part of an issue. The top panel and right-hand sidebar of the page display a summary of all the events grouped together in this issue:

![Issue details](issue-details.png)
![Issue details](issue_details_page.png)

While the <SandboxLink scenario="oneIssue" projectSlug="react">Issue Details</SandboxLink> page displays information about a specific event that's part of an issue, you can navigate between the events of an issue using the "Older" and "Newer" buttons.

Expand Down
Loading
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/docs/product/issues/issue_page.png
Loading
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 abd05b7

Please sign in to comment.