Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/docs/product/issues/issue-details/error-issues/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ A _suspect commit_ is a commit that's been identified as potentially having caus

The tags displayed in the main section of this page are specific to the event that you're viewing. In contrast, the tags displayed in the right-hand sidebar are a summary of all tag values for all events included in the issue. You can set your own tags to make them more useful for debugging as described in <PlatformLink to="/enriching-events/tags/">Customize Tags</PlatformLink>.

## Screenshot

Sentry provides the ability to take a screenshot and include it as an attachment when a user experiences an error. Screenshot attachments sent as a part of an event are displayed in this section. This feature only applies to SDKs with a user interface. It's supported for the following SDKs:

- [.NET Xamarin](/platforms/dotnet/guides/xamarin/)
- [Android](/platforms/android/enriching-events/screenshots/)
- [Flutter](/platforms/flutter/enriching-events/screenshots/)
- [iOS](/platforms/apple/guides/ios/enriching-events/screenshots/)
- [JavaScript Electron](/platforms/javascript/guides/electron/enriching-events/screenshots/)
- [Unity](/platforms/unity/enriching-events/screenshots/)


## Exception (Stack Trace)

The "Exception" section of the page displays the stack trace, which shows you the line of code that the event errored on:
Expand Down
3 changes: 2 additions & 1 deletion src/docs/product/issues/issue-details/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ There are two categories of issues: [error issues](/product/issues/issue-details
- **Trace Navigator** - An abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction.
- **Suspect Commits** - A commit that's been identified as potentially having caused an error event.
- **Tags** - Searchable key/value string pairs providing information such as the browser or device.
- **Screenshot** - Screenshot taken when a user experiences an error; only available on [certain SDKs](/product/issues/issue-details/error-issues/#screenshots).
- **Exception (Stack Trace)** - Shows you the line of code that the event errored on.
- **Span Evidence** - Information about the performance problem in the context of the current event
- **Breadcrumbs** - Provide a history and timeline leading up to the error event and are customizable.
Expand All @@ -33,7 +34,7 @@ This page displays the "Details" tab when it first opens, but several other tabs

- **Activity** - A history of activity for the event where team members can share comments.
- **User Feedback** - Any feedback collected from users through the <PlatformLink to="/enriching-events/user-feedback/">SDK's user feedback</PlatformLink>.
- <PlatformLink to="/enriching-events/attachments/">**Attachments**</PlatformLink> - Stored additional files, such as config or log files that are related to the error event.
- **<PlatformLink to="/enriching-events/attachments/">Attachments</PlatformLink>** - Stored additional files, such as config, log or screenshot files that are related to the error event.
- **Tags** - More detailed information about the tags across all the events included in the issue.
- **All Events** - A list of all the error events included in the issue.
- **Merged Issues** - A list of error issues that have been merged with this one.
Expand Down
2 changes: 2 additions & 0 deletions src/platforms/common/enriching-events/screenshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ A thumbnail of the screenshot shows up at the top of the **Issue Details** page:
Additionally, screenshots appear in the "Attachments" tab, where you can view all attachments, as well as associated events. Click the event ID to open the **Issue Details** page of that specific event.

![Screenshots List Example](screenshots/screenshot-list-example.png)

You can see an overview of all the screenshots associated with the events in your issue by clicking "Screenshots" in the "Attachments" tab.