Skip to content

Commit 5e92610

Browse files
Modified grouping behavior clarification (#14550)
The "Update Grouping" option does not exist anymore, as the latest grouping algorithm is automatically applied. I have edited the docs to reflect this information.
1 parent 08b2627 commit 5e92610

File tree

1 file changed

+1
-3
lines changed
  • docs/concepts/data-management/event-grouping

1 file changed

+1
-3
lines changed

docs/concepts/data-management/event-grouping/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ By default, Sentry will run one of our built-in grouping algorithms to generate
1010

1111
## Default Error Grouping Algorithms
1212

13-
Each time default error grouping behavior is modified, Sentry releases it as a new version. As a result, modifications to the default behavior do not affect the grouping of existing issues.
13+
Each time default error grouping behavior is modified, Sentry releases it as a new version, which is only applied to new events going forward. As a result, modifications to the default behavior do not affect the grouping of existing issues.
1414

1515
When you create a Sentry project, the most recent version of the error grouping algorithm is automatically selected. This ensures that grouping behavior is consistent within a project.
1616

17-
To upgrade an existing project to a new error grouping algorithm version, navigate to **Settings > Projects > [project] > Issue Grouping > Upgrade Grouping**. After upgrading to a new error grouping algorithm, you will very likely see new groups being created.
18-
1917
All versions consider the `fingerprint` first, the `stack trace` next, then the `exception`, and then finally the `message`.
2018

2119
To see how an isssue was grouped, go to its **Issue Details** page and scroll down to "Event Grouping Information". There, you'll see if it was grouped by a fingerprint, stack trace, exception, or message.

0 commit comments

Comments
 (0)