Manual merging vs. Custom fingerprints

Overview

Rollbar has a pretty sufficient default grouping algorithm, that automatically analyzes the stack traces of the incoming occurrences and groups them if there is a common pattern. This helps to reduce the noise of incoming occurrences by a great deal! But what happens, if you want to organize your Items list differently?

In this article, we will walk you through all the benefits of:

  • Merging items manually, instantly, when you think 2 or more items should go together,
  • Create custom fingerprints for future occurrences and tailor grouping to your own needs.

Merge your items instantly

You can manually merge items together, thus combining items into one new group for easier management. In this case, all past and future occurrences of those items will be combined automatically, and you will have one unified view on the Item details page of all the occurrences of the error.

Manually merging your items comes handy, when the grouping algorithm separates items that you think should rather go together. You can then group them instantly with the merging option. It is also useful when you want to group items together, that do not require their own custom fingerprint.

If you want to remove items from a group, because they were mistakenly grouped together or you decided to organize the occurrences separately, you have the chance to un-merge them and from then on they will be handled as separate items.

Manual merging GIF

Create custom fingerprints

When you manually merge items together, Rollbar will analyze the items and if it can spot a detectable common pattern, then the system will automatically offer you the option to easily create a new custom fingerprint on the spot. This custom fingerprint will then automatically apply to all future occurrences and combine them into the new item group.

Custom fingerprints allows you to set up precise rules combining certain occurrences and generating new fingerprints. This is especially useful if you want to handle certain errors in the same way, together, regardless of their stack trace, and you want to avoid having to manually merge multiple items together. You can also easily keep an eye on the custom fingerprints that are created for your projects in the Custom Fingerprinting Version History.

Let’s get started!

Want to have a deeper-dive overview of how grouping works and how to set-up custom fingerprints? Check out our Docs on Grouping Occurrences into Items, and take the next step to make your Rollbar projects more effective and transparent!