We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d83534 commit 2542127Copy full SHA for 2542127
src/connections/auto-instrumentation/setup.md
@@ -94,6 +94,7 @@ Follow these steps to integrate the Signals SDK into your Kotlin application:
94
95
// Configure and add the Signals plugin
96
Signals.configuration = Configuration(
97
+ writeKey = "<WRITE_KEY>", // Replace <WRITE_KEY> with the write key you previously copied
98
maximumBufferSize = 1000,
99
broadcasters = listOf(SegmentBroadcaster(analytics))
100
)
0 commit comments