When querying notice events in Honeybadger Insights, you can now click on the fault_id or ulid fields to jump directly to the corresponding error—making it faster to investigate issues.
Here's how to try it:
Navigate to the Insights tab in your Honeybadger project
Run this query to find the notice events:
fields @ts, @preview | filter event_type::str == "notice" | sort @tsIf you don't see events, ensure you have selected the internal stream and a sufficient time window in which errors have occurred.
Expand an event to view its details
Click the
fault_idorulidvalue, then Go to Error
The fault_id action links directly to the error page in Honeybadger. The ulid action links to the error page, scoped to the occurrence matching the current notice event.
This works for all notice event types and helps connect your data analysis workflow with error investigation.
See the docs to learn more about error monitoring and Honeybadger Insights.