Find events with request ID
We added a new "find events with request ID" option to the Insights data context menu for request_id fields. This is especially useful when exploring your application events and you find a request that you want to check out.

Clicking the option replaces the current Insights query with the BadgerQL for finding a set of correlated events for that request:
fields @ts, @preview
| filter request_id::str == "$value"
| sort @ts
Try Honeybadger for FREE
Honeybadger is full-stack application monitoring that helps developers move fast and fix things. Get set up in minutes and check monitoring off your to-do list.
Easy 5-minute setup — No credit card required