Skip to content

Commit eac3595

Browse files
authored
fix: Remove grouping breakdown page (#7440)
1 parent fb1b841 commit eac3595

File tree

10 files changed

+1
-95
lines changed

10 files changed

+1
-95
lines changed

src/docs/product/accounts/early-adopter.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ Limitations:
1919

2020
- [Issue Status](https://sentry-docs-git-update-beta-test-archiving.sentry.dev/product/issues/states-triage/) tags, including [Escalating Issues](https://sentry-docs-git-update-beta-test-archiving.sentry.dev/product/issues/states-triage/escalating-issues/)
2121
- [Priority Sort](/product/issues#issue-sort) algorithm improvements
22-
- [Grouping Breakdown](/product/data-management-settings/event-grouping/grouping-breakdown/)
2322
- [Issue Reprocessing](/product/issues/reprocessing/)
2423
- [Span Summary](/product/performance/transaction-summary/#span-summary)

src/docs/product/data-management-settings/event-grouping/grouping-breakdown/index.mdx

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/docs/product/data-management-settings/event-grouping/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ This grouping usually works well, but two specific situations can throw it off:
6060
1. Minimized JavaScript source code will destroy the grouping in detrimental ways. To avoid this, ensure that Sentry can access your [Source Maps](/platforms/javascript/sourcemaps/).
6161
2. Modifying your stack trace by introducing a new level through decorators changes your stack trace, so the grouping will also change. To handle this, many SDKs support hiding irrelevant stack trace frames. For example, the Python SDK will skip all stack frames with a local variable called `__traceback_hide__` set to _True_.
6262

63-
You can also see what events would group together if a larger or smaller amount of stack trace frames were taken into account using the updated [Grouping Breakdown](/product/data-management-settings/event-grouping/grouping-breakdown/) (Early Adopters only).
64-
6563
### Grouping By Exception
6664

6765
If the stack trace is not available, but exception information is, then the grouping will consider the `type` and `value` of the exception if both pieces of data are present on the event. This grouping is a lot less reliable because of changing error messages.

src/docs/product/data-management-settings/event-grouping/stack-trace-rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ category:telemetry -group
114114

115115
#### Built-in Categories
116116

117-
Frame categorization is heavily used by our newest grouping algorithm, so [if you have it enabled](/product/data-management-settings/event-grouping/grouping-breakdown#enable-the-grouping-breakdown-beta), you can match on a variety of categories, including:
117+
Frame categorization is heavily used by our newest grouping algorithm. You can match on a variety of categories, including:
118118

119119
- `system` - detected system libraries
120120
- `std` - detected standard libraries

0 commit comments

Comments
 (0)