From 07d1051496f7bcd0fe8380cd421fa9c0588feeb3 Mon Sep 17 00:00:00 2001 From: Malachi Willey Date: Wed, 16 Aug 2023 12:44:45 -0700 Subject: [PATCH 1/8] Document new issue details event dropdown and the recommended event --- src/docs/product/issues/issue-details/index.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index c980af91030eaa..7506923ab6ee4c 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -16,6 +16,7 @@ In the right hand sidebar, [sentry.io](https://sentry.io) reflects a summary tha There are two categories of issues: [error issues](/product/issues/issue-details/error-issues/) and [performance issues](/product/issues/issue-details/performance-issues/). Depending on the issue category and available event data, the **Issue Details** page displays some combination of the following sections: +- **Event Dropdown** - Allows you to select a specific event from the issue to view. - **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. @@ -29,6 +30,16 @@ There are two categories of issues: [error issues](/product/issues/issue-details Learn more about what's included an issue detail for each of these in [Error Issues](/product/issues/issue-details/error-issues/) and [Performance Issues](/product/issues/issue-details/performance-issues/). In addition, this page provides several other key pieces of information. +## Event Dropdown + +By default, the issues page will display the "Recommended" event. To view other events, you can used the dropdown to skip to the latest or oldest event, or view the full list of events. If you wish to change the default event, you may do so in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). + +What is the "Recommended" event? The recommended event is the event that gives you the greatest context in solving the issue. Sentry uses the following criteria in determining the recommended event: + +- **Recency**: The recommended event is never more than 7 days older than the lastest event. +- **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. +- **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces. + ## Trace Navigator The trace navigator (which displays below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays up to six nodes, each representing different groups of the event's trace: From 5f621d125b7bb4657651312f41ca5d0e156d790b Mon Sep 17 00:00:00 2001 From: Malachi Willey Date: Wed, 16 Aug 2023 15:39:28 -0700 Subject: [PATCH 2/8] edit 1 Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/issues/issue-details/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index 7506923ab6ee4c..c0959cda718e15 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -34,7 +34,7 @@ In addition, this page provides several other key pieces of information. By default, the issues page will display the "Recommended" event. To view other events, you can used the dropdown to skip to the latest or oldest event, or view the full list of events. If you wish to change the default event, you may do so in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). -What is the "Recommended" event? The recommended event is the event that gives you the greatest context in solving the issue. Sentry uses the following criteria in determining the recommended event: +By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: - **Recency**: The recommended event is never more than 7 days older than the lastest event. - **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. From 55e9e1a9f63ce03367d1ad5ffe406e0884f438f7 Mon Sep 17 00:00:00 2001 From: Malachi Willey Date: Wed, 16 Aug 2023 15:39:36 -0700 Subject: [PATCH 3/8] edit 2 Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/issues/issue-details/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index c0959cda718e15..f34b1caa5d882f 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -40,6 +40,8 @@ By default, the **Issue Details** page displays the "Recommended" event with the - **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. - **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces. +To view other events, you can use the dropdown to skip to the latest or oldest event, or view the full list of events. You can change the default event in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). + ## Trace Navigator The trace navigator (which displays below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays up to six nodes, each representing different groups of the event's trace: From 0b19d7c990ee319691bceed8d38d6b8ab3a70cd4 Mon Sep 17 00:00:00 2001 From: Malachi Willey Date: Wed, 16 Aug 2023 15:39:43 -0700 Subject: [PATCH 4/8] edit 3 Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/issues/issue-details/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index f34b1caa5d882f..fda114c035e2e1 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -32,8 +32,6 @@ In addition, this page provides several other key pieces of information. ## Event Dropdown -By default, the issues page will display the "Recommended" event. To view other events, you can used the dropdown to skip to the latest or oldest event, or view the full list of events. If you wish to change the default event, you may do so in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). - By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: - **Recency**: The recommended event is never more than 7 days older than the lastest event. From e6a7c1212df84c3d142cce27c4a64007c6376e46 Mon Sep 17 00:00:00 2001 From: Malachi Willey Date: Wed, 16 Aug 2023 15:39:51 -0700 Subject: [PATCH 5/8] edit 4 Co-authored-by: vivianyentran <20403606+vivianyentran@users.noreply.github.com> --- src/docs/product/issues/issue-details/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index fda114c035e2e1..9ecfba06e88c48 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -34,7 +34,7 @@ In addition, this page provides several other key pieces of information. By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: -- **Recency**: The recommended event is never more than 7 days older than the lastest event. +- **Recency**: The recommended event is never more than 7 days older than the latest event. - **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. - **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces. From cceedd13ef4918e14f0339e79e9b1f6981c79ca2 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:41:03 +0000 Subject: [PATCH 6/8] style(lint): Auto commit lint changes --- src/docs/product/issues/issue-details/index.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index 9ecfba06e88c48..117733769fd3f2 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -32,14 +32,16 @@ In addition, this page provides several other key pieces of information. ## Event Dropdown +By default, the issues page will display the "Recommended" event. To view other events, you can used the dropdown to skip to the latest or oldest event, or view the full list of events. If you wish to change the default event, you may do so in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). + By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: -- **Recency**: The recommended event is never more than 7 days older than the latest event. +- **Recency**: The recommended event is never more than 7 days older than the lastest event. - **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. - **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces. To view other events, you can use the dropdown to skip to the latest or oldest event, or view the full list of events. You can change the default event in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). - + ## Trace Navigator The trace navigator (which displays below the date) is an abbreviated view of the related [trace](/product/sentry-basics/tracing/distributed-tracing) for the current transaction. It displays up to six nodes, each representing different groups of the event's trace: From ae8d7c8b9f5fbb081ca5c6b72280ad1a554f1992 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:41:12 +0000 Subject: [PATCH 7/8] style(lint): Auto commit lint changes --- src/docs/product/issues/issue-details/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index 117733769fd3f2..6674cf10819eca 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -32,8 +32,6 @@ In addition, this page provides several other key pieces of information. ## Event Dropdown -By default, the issues page will display the "Recommended" event. To view other events, you can used the dropdown to skip to the latest or oldest event, or view the full list of events. If you wish to change the default event, you may do so in your [User Settings](https://sentry.io/settings/account/details/#defaultIssueEvent). - By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: - **Recency**: The recommended event is never more than 7 days older than the lastest event. From 12c8e81b4be4d53abb150a04f147e29d0eba7a29 Mon Sep 17 00:00:00 2001 From: "getsantry[bot]" <66042841+getsantry[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 22:41:51 +0000 Subject: [PATCH 8/8] style(lint): Auto commit lint changes --- src/docs/product/issues/issue-details/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/product/issues/issue-details/index.mdx b/src/docs/product/issues/issue-details/index.mdx index 6674cf10819eca..cb437030f54471 100644 --- a/src/docs/product/issues/issue-details/index.mdx +++ b/src/docs/product/issues/issue-details/index.mdx @@ -34,7 +34,7 @@ In addition, this page provides several other key pieces of information. By default, the **Issue Details** page displays the "Recommended" event with the most context to help you solve the issue. Sentry uses the following criteria in determining the recommended event: -- **Recency**: The recommended event is never more than 7 days older than the lastest event. +- **Recency**: The recommended event is never more than 7 days older than the latest event. - **Relevence**: The recommended event takes into account what terms you've searched for on your way to the issue. - **Content**: The recommended event prioritizes events that contain debugging tools such as replays, profiles, and traces.