From c11593850d3a45886934101510a01ccfb1e414c1 Mon Sep 17 00:00:00 2001 From: Kate Yoak Date: Mon, 18 Apr 2022 10:29:40 -0700 Subject: [PATCH] Initialization parameters minor fix --- packages/logs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/logs/README.md b/packages/logs/README.md index 70f91c73ab..f06aeacf41 100644 --- a/packages/logs/README.md +++ b/packages/logs/README.md @@ -127,7 +127,7 @@ The following parameters are available to configure the Datadog browser logs SDK | `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. | +| `proxyUrl` | String | 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: