The Events page helps technical teams at eCommerce companies to correlate code deployments with new issues in Noibu. Engineers can identify if a code change results in user-impacting issues that block conversion so they can modify the code or revert the change altogether.
All Events
The Events table keeps a running list of each release deployed, and whether the deployment succeeded or failed; each issue or cluster of issues created; and each time issue conditions triggered an alert email. The logs are organized by date and sorted by timestamp, which helps an engineer draw connections between code deployments and resulting issues. For example, if new code deploys at 9:45am, and three new issues appear at 9:47am, chances are the new issues are related to the release.
Sometimes, you’ll see two or more event logs for the same release back-to-back. This indicates when multiple updates are deployed at the same time. To group entries from the same release and keep release entries visually distinct, each release is assigned a random colour next to its version code.
Viewing issues tied to events
The Events page serves as a high-level summary of all activity in your domain. If an issue is logged following a release event, you can click the View Issue button access more information about a specific release or issue. Learn more about investigating the details of issues.
Release Monitoring Configuration
In order to pull and display release information on the Events page, you must configure a post-release webhook in your deployment pipeline to notify Noibu when you are shipping code. This can work for most CI/CD tools, provided it can send an HTTP request and retrieve release data. For assistance, consult our guides on configuring webhooks through the methods below:
All methods require you to Retrieve your Domain ID.