Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add carbon telemetry #477

Merged
merged 5 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/cloud-cognitive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ and
[Carbon's Developer Handbook](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md)!
👀

## Telemetry

In order to gather usage information for these components we use
[@carbon/telemetry](https://www.carbondesignsystem.com/help/faq/#telemetry).

## 📝 License

Licensed under the
Expand Down
6 changes: 4 additions & 2 deletions packages/cloud-cognitive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"build:scss": "bundler bundle:scss src/index.scss && copyfiles 'src/**/*.scss' scss -u 1",
"ci-check": "node scripts/import",
"clean": "rimraf es lib scss",
"postinstall": "carbon-telemetry collect --install",
"test": "bundler check 'src/**/*.scss'"
},
"peerDependencies": {
"react": "^16.13.1"
},
"dependencies": {
"@carbon/ibm-cloud-cognitive-experimental": "^0.26.11",
"@carbon/ibm-cloud-cognitive-security": "^0.4.11"
"@carbon/ibm-cloud-cognitive-experimental": "^0.26.8",
"@carbon/ibm-cloud-cognitive-security": "^0.4.11",
"@carbon/telemetry": "^0.0.0-alpha.6"
dcwarwick marked this conversation as resolved.
Show resolved Hide resolved
}
}
5 changes: 5 additions & 0 deletions packages/experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ and
[Carbon's Developer Handbook](https://github.com/carbon-design-system/carbon/blob/master/docs/developer-handbook.md)!
👀

## Telemetry

In order to gather usage information for these components we use
[@carbon/telemetry](https://www.carbondesignsystem.com/help/faq/#telemetry).

## 📝 License

Licensed under the
Expand Down
2 changes: 2 additions & 0 deletions packages/experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"ci-check": "node scripts/import",
"clean": "rimraf es lib scss",
"generate": "cross-env FORCE_COLOR=1 node scripts/generate",
"postinstall": "carbon-telemetry collect --install",
"test": "bundler check 'src/**/*.scss'"
},
"peerDependencies": {
Expand All @@ -46,6 +47,7 @@
"@babel/runtime": "^7.12.5",
"@carbon/icons-react": "^10.24.0",
"@carbon/import-once": "^10.5.0",
"@carbon/telemetry": "^0.0.0-alpha.6",
"carbon-components": "^10.30.0",
"carbon-components-react": "^7.30.0",
"carbon-icons": "^7.0.7",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
resolved "https://registry.yarnpkg.com/@carbon/motion/-/motion-10.14.0.tgz#e0a9e274fdf7be575390eaa7021b1f7d7811d42c"
integrity sha512-kH+rNFsG08VvSOu23yuzf64sfQwR0vFmwlSuwQ+H40dsxkV3jFWWwEec0IrFraTBEfHSEso2qRKoNbzAHptYMg==

"@carbon/telemetry@0.0.0-alpha.6":
"@carbon/telemetry@0.0.0-alpha.6", "@carbon/telemetry@^0.0.0-alpha.6":
version "0.0.0-alpha.6"
resolved "https://registry.yarnpkg.com/@carbon/telemetry/-/telemetry-0.0.0-alpha.6.tgz#1d11e64f310e98f32c3db0c55f02e047f2398087"
integrity sha512-DCE8ui/tFi+qvCH+mewbUbWzsiq5Ko3HU1lgrVbpjWv1LfswLKFmMg4Os+PmX6edYoBj39qVChJPeaN/UyfJDw==
Expand Down