Skip to content

Commit 2542127

Browse files
committed
Add Kotlin write key
1 parent 7d83534 commit 2542127

File tree

1 file changed

+1
-0
lines changed
  • src/connections/auto-instrumentation

1 file changed

+1
-0
lines changed

src/connections/auto-instrumentation/setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Follow these steps to integrate the Signals SDK into your Kotlin application:
9494
9595
// Configure and add the Signals plugin
9696
Signals.configuration = Configuration(
97+
writeKey = "<WRITE_KEY>", // Replace <WRITE_KEY> with the write key you previously copied
9798
maximumBufferSize = 1000,
9899
broadcasters = listOf(SegmentBroadcaster(analytics))
99100
)

0 commit comments

Comments
 (0)