We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e16779 commit 9eb44edCopy full SHA for 9eb44ed
README.md
@@ -26,7 +26,7 @@ import TelemetryDeck from '@telemetrydeck/sdk';
26
27
const td = new TelemetryDeck({
28
appID: '<YOUR_APP_ID>'
29
- user: '<YOUR_USER_IDENTIFIER>',
+ clientUser: '<YOUR_USER_IDENTIFIER>',
30
});
31
```
32
@@ -54,7 +54,7 @@ import crypto from 'crypto';
54
55
56
57
58
subtleCrypto: crypto.webcrypto.subtle,
59
60
0 commit comments