Skip to content

Commit 814101b

Browse files
Update src/content/docs/logs/reference/custom-fields.mdx
Co-authored-by: Sohei Okamoto <[email protected]>
1 parent f0a43e0 commit 814101b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/logs/reference/custom-fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ You can use a worker or custom logic at your logpush destination to extract thes
232232

233233
### 2. Include the custom fields in your Logpush job
234234

235-
Next, include `Cookies`, `RequestHeaders`, and/or `ResponseHeaders`, depending on your custom field configuration, in the list of fields of the `output_options` job parameter when creating or updating a job. The logs will contain the configured custom fields and their values in the request/response.
235+
Next, include `Cookies`, `RequestHeaders`, `ResponseHeaders`, and/or `ResponseFields`, depending on your custom field configuration, in the list of fields of the `output_options` job parameter when creating or updating a job. The logs will contain the configured custom fields and their values in the request/response.
236236

237237
For example, consider the following request that creates a job that includes custom fields:
238238

0 commit comments

Comments
 (0)