Skip to content

Commit 5639a19

Browse files
authored
Merge pull request #8148 from segmentio/DOCSPLAT-3169-pre-reconcile
DOCSPLAT 3169 Updates previous reconcile
2 parents bdfb653 + 484ed20 commit 5639a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/auto-instrumentation/kotlin-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The following table lists the available options:
270270
| **maximumBufferSize** | No | Integer | The number of signals to be kept for JavaScript inspection. This buffer is first-in, first-out. Default is **1000**. |
271271
| **relayCount** | No | Integer | Relays every X signals to Segment. Default is **20**. |
272272
| **relayInterval** | No | Integer | Relays signals to Segment every X seconds. Default is **60**. |
273-
| **broadcasters** | No | List<SignalBroadcaster> | 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. |
273+
| **broadcasters** | No | List\<SignalBroadcaster> | 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. |
274274
| **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. |
275275
| **obfuscateDebugSignals** | No | Boolean | Obfuscates signals being relayed to Segment. Default is **true**. |
276276

0 commit comments

Comments
 (0)