September 22nd, 2020 • By Brian Rue
Rollbar requires the environment property on all error occurrences to indicate where they occurred (production ,staging , qa , etc.).
The choice of which environment values to use is very important due to the following considerations:
Many of our customers deploy their apps to multiple production environments, e.g. multiple zones in Amazon Web Services, Google Cloud Platform, Azure, etc.
In this case, you might want to see all the items and deploys to any of your production environments at once, but also be able to track which environment a particular error occurred in. You probably will want to merge items that occurred in different production environments if they have the same root cause.
Recommended usage:
If you follow this approach, you can then merge any items that occur in a production environment.
To find the items that are only occurring in a particular region, you can use the host advanced search option, which supports prefix search:
host:us-east-1
To find items that occurred on a specific server within the region, you can enter the fully-qualified host name:
host:us-east-1-web02