diff --git a/packages/logs/README.md b/packages/logs/README.md index 87d6603141..d5e7e0faa1 100644 --- a/packages/logs/README.md +++ b/packages/logs/README.md @@ -117,16 +117,17 @@ window.DD_LOGS.init({ The following parameters are available to configure the Datadog browser logs SDK to send logs to Datadog: -| Parameter | Type | Required | Default | Description | -| --------------------- | ------- | -------- | --------------- | -------------------------------------------------------------------------------------------------------- | -| `clientToken` | String | Yes | | A [Datadog client token][2]. | -| `site` | String | Yes | `datadoghq.com` | The Datadog site of your organization. US: `datadoghq.com`, EU: `datadoghq.eu` | -| `service` | String | No | | The service name for your application. | -| `env` | String | No | | The application’s environment, for example: prod, pre-prod, staging, etc. | -| `version` | String | No | | The application’s version, for example: 1.2.3, 6c44da20, 2020.02.13, etc. | -| `forwardErrorsToLogs` | Boolean | No | `true` | Set to `false` to stop forwarding console.error logs, uncaught exceptions and network errors to Datadog. | -| `sampleRate` | Number | No | `100` | The percentage of sessions to track: `100` for all, `0` for none. Only tracked sessions send logs. | -| `silentMultipleInit` | Boolean | No | | Prevent logging errors while having multiple init. | +| Parameter | Type | Required | Default | Description | +| --------------------- | ------- | -------- | --------------- | -------------------------------------------------------------------------------------------------------------- | +| `clientToken` | String | Yes | | A [Datadog client token][2]. | +| `site` | String | Yes | `datadoghq.com` | The Datadog site of your organization. US: `datadoghq.com`, EU: `datadoghq.eu` | +| `service` | String | No | | The service name for your application. | +| `env` | String | No | | The application’s environment, for example: prod, pre-prod, staging, etc. | +| `version` | String | No | | The application’s version, for example: 1.2.3, 6c44da20, 2020.02.13, etc. | +| `forwardErrorsToLogs` | Boolean | No | `true` | Set to `false` to stop forwarding console.error logs, uncaught exceptions and network errors to Datadog. | +| `sampleRate` | Number | No | `100` | The percentage of sessions to track: `100` for all, `0` for none. Only tracked sessions send logs. | +| `silentMultipleInit` | Boolean | No | | Prevent logging errors while having multiple init. | +| `proxyUrl` | Boolean | No | | Optional proxy URL (ex: https://www.proxy.com/path), see the full [proxy setup guide][6] for more information. | Options that must have a matching configuration when using the `RUM` SDK: @@ -652,3 +653,4 @@ window.DD_LOGS && DD_LOGS.logger.setHandler(['', '']) [3]: https://www.npmjs.com/package/@datadog/browser-logs [4]: https://github.com/DataDog/browser-sdk/blob/main/packages/logs/BROWSER_SUPPORT.md [5]: /real_user_monitoring/guide/enrich-and-control-rum-data/ +[6]: https://docs.datadoghq.com/real_user_monitoring/faq/proxy_rum_data/ diff --git a/packages/rum/README.md b/packages/rum/README.md index f3ba3a8d17..c3acad7656 100644 --- a/packages/rum/README.md +++ b/packages/rum/README.md @@ -189,10 +189,10 @@ The percentage of sessions to track: `100` for all, `0` for none. Only tracked s **Default**: `false`
Initialization fails silently if Datadog's RUM is already initialized on the page. -`proxyHost` +`proxyUrl` : Optional
**Type**: String
-Optional proxy host (ex: www.proxy.com), see the full [proxy setup guide][7] for more information. +Optional proxy URL (ex: https://www.proxy.com/path), see the full [proxy setup guide][7] for more information. `allowedTracingOrigins` : Optional