Skip to content

Commit 3acc470

Browse files
Apply suggestions from code review
Co-authored-by: Ruskin <[email protected]>
1 parent 9def541 commit 3acc470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/zaraz/advanced/logpush.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Logs will have the following fields
3838
| Field | Type | Description |
3939
| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
4040
| RequestHeaders | `JSON` | The headers that were sent with the request. |
41-
| URL | `String` | The Zaraz URL to which the request was made to. |
41+
| URL | `String` | The Zaraz URL to which the request was made. |
4242
| IP | `String` | The originating IP. |
4343
| Body | `JSON` | The body that was sent along with the request. |
44-
| Event Type | `String` | The Event type that occured. Can be one of the following: `server_request`, `server_response`, `action_triggered`, `ecommerce_triggered`, `client_request`, `component_error`. |
44+
| Event Type | `String` | Can be one of the following: `server_request`, `server_response`, `action_triggered`, `ecommerce_triggered`, `client_request`, `component_error`. |
4545
| Event Details | `JSON` | Details about the event. |
4646
| TimestampStart | `String` | The time at which the event occured. |

src/content/docs/zaraz/reference/settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ Refer to the [Context Enricher](/zaraz/advanced/context-enricher/) for more info
100100

101101
Send Zaraz events logs to an external storage service.
102102

103-
Refer to the [Context Enricher](/zaraz/advanced/logpush/) for more information on this setting.
103+
Refer to [Logpush](/zaraz/advanced/logpush/) for more information on this setting.

0 commit comments

Comments
 (0)