Currently, the recorded events are stored in an unbound ArrayList inside RequestInspectorJavaScriptInterface, but after many requests this could easily be too big.
It would be nice if along Inspector config options, it'd be possible to keep for example only the last 100 requests, and make memory usage not grow indefinitely.