@@ -31,10 +31,10 @@ documenation for some popular browsers.
...
@@ -31,10 +31,10 @@ documenation for some popular browsers.
To locate a relevant request and view its correlation ID:
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. 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. 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. 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
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.
value that was randomly generated by GitLab for the request.
See the following example:
See the following example:
...
@@ -53,7 +53,7 @@ interested in.
...
@@ -53,7 +53,7 @@ interested in.
### Getting the correlation ID from curl
### Getting the correlation ID from curl
If you're using curl then you can use the verbose option to show request and response headers, as well as other debug info.
If you're using `curl` then you can use the verbose option to show request and response headers, as well as other debug info.