Support modern evergreen browsers which support cryptography.
import { signal } from 'telemetry-deck';
//
signal(
// required options to identify your app and the user
{
appID: 'YOUR_APP_ID',
userIdentifier: 'ANONYMOUS',
},
// custom payload stored with the signal
{
route: 'some/page/path',
}
);UNPKG is a free CDN which allows you to load files from any npm package.
<script src="https://unpkg.com/@telemtrydeck/sdk/dist/telemetrydeck.min.js">