Skip to content

Commit

Permalink
feat: add JS scope to @carbon/react IBM telemetry config (#16210)
Browse files Browse the repository at this point in the history
* feat: add JS scope to IBM telemetry config

* fix: dedupe

* fix: telemetry.yml config tweak
  • Loading branch information
francinelucca authored Apr 18, 2024
1 parent 0d7e8f7 commit 3e5e120
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@carbon/layout": "^11.21.0",
"@carbon/styles": "^1.55.0",
"@floating-ui/react": "^0.26.0",
"@ibm/telemetry-js": "^1.2.1",
"@ibm/telemetry-js": "^1.4.0",
"classnames": "2.5.1",
"copy-to-clipboard": "^3.3.1",
"downshift": "8.5.0",
Expand Down
5 changes: 4 additions & 1 deletion packages/react/telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,7 @@ collect:
- 'normal'
# unstable__Slug - dotType
- 'default'
- 'hollow'
- 'hollow'
js:
tokens: null
functions: {}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ __metadata:
"@carbon/test-utils": "npm:^10.30.0"
"@carbon/themes": "npm:^11.34.0"
"@floating-ui/react": "npm:^0.26.0"
"@ibm/telemetry-js": "npm:^1.2.1"
"@ibm/telemetry-js": "npm:^1.4.0"
"@rollup/plugin-babel": "npm:^6.0.0"
"@rollup/plugin-commonjs": "npm:^25.0.0"
"@rollup/plugin-node-resolve": "npm:^15.0.0"
Expand Down Expand Up @@ -3234,12 +3234,12 @@ __metadata:
languageName: node
linkType: hard

"@ibm/telemetry-js@npm:^1.2.1":
version: 1.2.1
resolution: "@ibm/telemetry-js@npm:1.2.1"
"@ibm/telemetry-js@npm:^1.2.1, @ibm/telemetry-js@npm:^1.4.0":
version: 1.4.0
resolution: "@ibm/telemetry-js@npm:1.4.0"
bin:
ibmtelemetry: dist/collect.js
checksum: 10/672a116f050f89160015c370f49ce1b7478f21d2686252df3456d62f41a4c4f170ed345a6454c1de3005e03397492ed3aee8d98cf7b5cf27d13b054306dcc21b
checksum: 10/a6e7f56a90983967150768ed39f2765297717feba18e3ff15b6086197577c488895a45739b9a6f72830927ee0220cecfac1e3a9ad7e5e0806cc80af0864168cd
languageName: node
linkType: hard

Expand Down

0 comments on commit 3e5e120

Please sign in to comment.