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 68f360c commit 130254cCopy full SHA for 130254c
example/index.html
@@ -66,7 +66,7 @@ <h3>json type</h3>
66
67
</div>
68
<script>
69
- const user = new featureProbe.FPUser(Date.now().toString());
+ const user = new featureProbe.FPUser("unique_user_key");
70
user.with("userId", "1234567890");
71
72
const fpClient = new featureProbe.FeatureProbe({
0 commit comments