Skip to content

JSON SDK - User not set #271

Closed Answered by haIIux
haIIux asked this question in Q&A
Discussion options

You must be logged in to vote

This appears to be my misunderstanding with the documentation. The following code fixed my issue, I apologize.

<script src="https://unpkg.com/@telemetrydeck/sdk/dist/telemetrydeck.min.js" defer></script>
<script>
  window.td = window.td || [];
  td.push(["app", MYAPPID], ["user", "anon"], ["signal"]);
</script>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by haIIux
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants