From 484ed20a0a9088ee0e363fee68312cc6073cdca0 Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Fri, 7 Nov 2025 10:26:35 -0500 Subject: [PATCH] chore: Fix for recent change --- src/connections/auto-instrumentation/kotlin-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/auto-instrumentation/kotlin-setup.md b/src/connections/auto-instrumentation/kotlin-setup.md index 3c8ca07d9f..541cb52a7b 100644 --- a/src/connections/auto-instrumentation/kotlin-setup.md +++ b/src/connections/auto-instrumentation/kotlin-setup.md @@ -270,7 +270,7 @@ The following table lists the available options: | **maximumBufferSize** | No | Integer | The number of signals to be kept for JavaScript inspection. This buffer is first-in, first-out. Default is **1000**. | | **relayCount** | No | Integer | Relays every X signals to Segment. Default is **20**. | | **relayInterval** | No | Integer | Relays signals to Segment every X seconds. Default is **60**. | -| **broadcasters** | No | List | An array of broadcasters. These objects forward signal data to their destinations, like **WebhookBroadcaster**, or you could write your own **DebugBroadcaster** that writes logs to the developer console. **SegmentBroadcaster** is always added by the SDK. | +| **broadcasters** | No | List\ | An array of broadcasters. These objects forward signal data to their destinations, like **WebhookBroadcaster**, or you could write your own **DebugBroadcaster** that writes logs to the developer console. **SegmentBroadcaster** is always added by the SDK. | | **sendDebugSignalsToSegment** | No | Boolean | Turns on debug mode and allows the SDK to relay Signals to Segment server. Default is **false**. It should only be set to true for development purposes. | | **obfuscateDebugSignals** | No | Boolean | Obfuscates signals being relayed to Segment. Default is **true**. |