Viewing Rollbar Occurrence Data
Rollbar ingests events called occurrences and groups them into single root-cause issues called items. It is usually sufficient to view the data in the item to identify the code culprit of the error, but it can also be helpful to drill down into the individual events to see the exact payload sent from the code to the Rollbar platform.
Viewing your Occurrences
To see an individual occurrence, first click on an item from your Items menu to see the item details menu for a single item with the stack trace and other item information. From there, you can click on the Occurrences tab to view a list of all occurrences.
Once you click this sub-menu, you can see some of the occurrence data in the table, but not all of it. You need to then click on the timestamp shown in the left-most column to view a single occurrence and its data.
The item detail page will contain the data for the given occurrence. You can see the telemetry data for a single event as well since it will vary from one occurrence to the next. Below the stack trace, you will find a Params table that shows a number of important fields from the occurrence.
To see the raw JSON payload, click on the JSON button on the top-right of the Item detail page. This is the ultimate source of truth for the given event, and shows the full JSON dot-notation to arrive at the given field. The Params table will sometimes remove the prefixes from a given field, so for proper field reference use the dot notation indicated by the JSON payload.
In many cases, it is helpful or necessary to add additional data fields to the Rollbar payload beyond what is automatically captured. These data fields will also be shown in both the "Params" table and the JSON payload.
Deleting an Occurrence
Occurrences can be deleted using the Rollbar API.
Item deletion not currently supported
We have received feature requests for item deletion and will be incorporating this feature into the product soon.
Updated 17 days ago