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
tried both ways exactly as described in the docs: importing the sdk via a script tag in the header of a site and importing the npm package and then building the site.
header script tag: no errors come up and the network tab shows:
Request URL: https://unpkg.com/@telemetrydeck/sdk/dist/telemetrydeck.min.js
Request Method: GET
Status Code: 302
Remote Address: [2606:4700::6810:7aaf]:443
Referrer Policy: strict-origin-when-cross-origin
no payload is sent
npm import:
import { TelemetryDeck } from 'telemetry-deck';
throws an error "dependency not found"
System: node 14.17.0, npm 7.24.0, vue with nuxt 2.15.7
tried both ways exactly as described in the docs: importing the sdk via a script tag in the header of a site and importing the npm package and then building the site.
header script tag: no errors come up and the network tab shows:
no payload is sent
npm import:
throws an error "dependency not found"
System: node 14.17.0, npm 7.24.0, vue with nuxt 2.15.7