Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Incorrect Platform with the JavascriptSDK

Open Timac opened this issue 2 years ago • 2 comments

I use the JavascriptSDK on a website with anonymous users. When I try to create a graph for the platform, I see no useful info but instead 2 values:

  • null
  • [object NavigatorUAData]
platform

I would expect to see instead meaningful information here.

Timac avatar Jun 19 '23 16:06 Timac

Please provide more context. How do you integrate the SDK into your project?

pichfl avatar Sep 17 '24 18:09 pichfl

Please provide more context. How do you integrate the SDK into your project?

I was using the SDK for my static blog. Maybe this issue is outdated since I am now using the WebSDK like this:

<script async src="https://cdn.telemetrydeck.com/websdk/telemetrydeck.min.js" data-app-id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"></script> 

Timac avatar Sep 17 '24 19:09 Timac