Quick answer: Group crashes by signature, the stack trace and error fingerprint, so identical crashes collapse into one issue with an occurrence count. Good crash reporting does this automatically.
The same crash can arrive hundreds of times, and handling each as a separate report is a nightmare. Grouping duplicates collapses them into single issues so you see distinct problems, not noise. Here's how crash grouping works and how to get it.
Group by Crash Signature
Crashes are grouped by signature: a fingerprint derived from the stack trace and error details that's the same for identical crashes. When two crashes share a signature, they're the same bug, so they collapse into one issue. This is what turns a flood of occurrences into a count rather than separate reports.
Bugnet groups crashes by signature automatically, so a hundred occurrences of one crash show up as a single issue with a count of a hundred. Grouping by signature is the mechanism, it recognizes that many reports are really one problem and treats them as such.
Let It Happen Automatically
Grouping duplicates by hand is impractical at any real volume, you'd be comparing stack traces manually. The practical way to group duplicate crash reports is to use crash reporting that does it automatically, so duplicates are collapsed from the moment they arrive without any effort from you.
Bugnet handles grouping automatically, so you never manually deduplicate. Automatic grouping is what makes crash volume manageable, instead of drowning in duplicate reports, you open your dashboard to a clean list of distinct issues already collapsed.
Use the Occurrence Count to Prioritize
Once duplicates are grouped, each issue carries an occurrence count, how many times it happened, and an affected-player count. These are exactly what you need to prioritize: the issues with the highest counts are your most common crashes, the ones to fix first.
Bugnet ranks grouped issues by occurrences and affected players, so grouping doesn't just clean up your list, it surfaces what matters. Grouping duplicate crash reports is grouping by signature, letting it happen automatically, and using the resulting counts to prioritize, turning noise into a prioritized fix list.
Group crashes by signature so identical ones collapse into one issue with an occurrence count, ideally automatically. The counts then let you prioritize, turning a flood of duplicates into a ranked list.