mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat: instrument telemetry JS scope (#1966)
This commit is contained in:
parent
1b3907fc71
commit
b4f9d8bb26
2 changed files with 5 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
||||||
"release": "standard-version && yarn build:docs"
|
"release": "standard-version && yarn build:docs"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ibm/telemetry-js": "^1.2.1",
|
"@ibm/telemetry-js": "^1.5.0",
|
||||||
"flatpickr": "4.6.9"
|
"flatpickr": "4.6.9"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -5,4 +5,7 @@ projectId: 449708c0-69d7-4b6b-b12a-c4afe605be24
|
||||||
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
|
||||||
collect:
|
collect:
|
||||||
npm:
|
npm:
|
||||||
dependencies: null
|
dependencies: null
|
||||||
|
js:
|
||||||
|
functions: {}
|
||||||
|
tokens: null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue