Correlate LCU WAMP and CDP console timelines
lol_forensics_correlateCombines WAMP recorder events and CDP console entries into a chronological timeline to show whether the client emitted an event and where the frontend broke.
Instructions
Combines WAMP recorder events and CDP console entries into a chronological timeline, answering whether the client emitted an event and where the frontend broke.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum total events to return | |
| since | No | Lower timestamp bound in epoch ms or clock ts | |
| until | No | Upper timestamp bound in epoch ms or clock ts | |
| format | No | Output format | narrative |
| levels | No | Filter CDP console entries by level | |
| uriPrefix | No | Filter WAMP events by URI prefix (e.g. /lol-gameflow/) |