You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate TelementryDeck into a simple static website (statushook.cool) and I get an error in the console of my developer tools and TelemetryDeck does not log any signals.
In Chrome the message is: TypeError: Cannot read properties of undefined (reading 'digest')
In Safari 15.5 the message is: TypeError: undefined is not an object (evaluating 'crypto.subtle.digest')
Is there a way t fix this? Feel free to poke into the website code to see how it's set up in the <head>
I am trying to integrate TelementryDeck into a simple static website (statushook.cool) and I get an error in the console of my developer tools and TelemetryDeck does not log any signals.
In Chrome the message is:
TypeError: Cannot read properties of undefined (reading 'digest')In Safari 15.5 the message is:
TypeError: undefined is not an object (evaluating 'crypto.subtle.digest')Is there a way t fix this? Feel free to poke into the website code to see how it's set up in the
<head>