Skip to content

Commit 7d1522f

Browse files
feat(telemetry): add wc scope (#12303)
* fea(telemetry): add wc scope * fix: update telemetry-js * fix(telemetry): update to 1.10.2
1 parent 6b7a08c commit 7d1522f

4 files changed

Lines changed: 551 additions & 2 deletions

File tree

Binary file not shown.

packages/web-components/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"test:e2e-storybook:test:no-percy:with-video": "npx -y start-server-and-test 'yarn test:e2e-storybook:run' 8081 'cypress run --config video=true,screenshotOnRunFailure=true --config-file tests/e2e-storybook/cypress.json'",
8686
"test:unit": "gulp test:unit",
8787
"test:unit:updateSnapshot": "gulp test:unit --update-snapshot",
88+
"telemetry:config": "npx -y @ibm/telemetry-js-config-generator generate --wc --id 2a67e3ca-af1a-470d-87e5-474e71848221 --endpoint https://www-api.ibm.com/ibm-telemetry/v1/metrics --files ./src/components",
8889
"typecheck": "tsc --noEmit -p tsconfig.json",
8990
"upgrade-carbon": "yarn upgrade-interactive @carbon/web-components @carbon/icon-helpers @carbon/icons --latest --exact",
9091
"visual-snapshot": "yarn percy storybook:start ./storybook-static",
@@ -99,7 +100,7 @@
99100
"@carbon/motion": "11.24.0",
100101
"@carbon/styles": "1.65.0",
101102
"@carbon/web-components": "2.13.1",
102-
"@ibm/telemetry-js": "^1.5.0",
103+
"@ibm/telemetry-js": "^1.10.2",
103104
"lit": "^2.7.6",
104105
"lodash-es": "^4.17.21",
105106
"redux": "^4.0.0",

0 commit comments

Comments
 (0)