-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working