Input value for `ui.input` event on breadcrumbs/

The ui.input event in breadcrumbs does not provide the actual value user inserted.

I am using raven 3.9.1 with angular 1.4.9.

here is the response:

    {
      "category": "ui.input",
      "data": null,
      "level": "info",
      "message": "input#search.input.ng-pristine.ng-untouched.ng-valid[type=\"search\"]",
      "event_id": null,
      "type": "default",
      "timestamp": "2017-03-07T01:30:34.176Z"
    }

The ui.input event in breadcrumbs does not provide the actual value user inserted.

Correct – this is intentional.