Some actions in GitLab will redirect you quickly after you submit a form, so
you will want to enable persistent logging in your network monitor. Then you'll
want to click on the request in question for more details (it might help to
filter to "document" requests), go to the "headers" section and look for the
_response_ headers. There you should find an `x-request-id` header with a
randomly generated value. Below is an example:
To locate a relevant request and view its correlation ID:
1. Enable persistent logging in your network monitor. Some actions in GitLab will redirect you quickly after you submit a form, so this will help capture all relevant activity.
1. To help isolate the requests you are looking for, you can filter for "document" requests.
1. Click the request of interest to view further detail.
1. Go to the "headers" section and look for _response_ headers. There you should find an `x-request-id` header with a
randomly generated value.
See the following example:
![Firefox's network monitor showing an request id header](img/network_monitor_xid.png)