Skip to content

Commit

Permalink
feat: instrument telemetry with js scope
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Apr 26, 2024
1 parent 9ba87f4 commit 7b5e824
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@
]
},
"dependencies": {
"@ibm/telemetry-js": "^1.2.1"
"@ibm/telemetry-js": "^1.5.0"
}
}
3 changes: 3 additions & 0 deletions telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,6 @@ collect:
- light-content
npm:
dependencies: null
js:
functions: {}
tokens: null
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1466,10 +1466,10 @@
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==

"@ibm/telemetry-js@^1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@ibm/telemetry-js/-/telemetry-js-1.2.1.tgz#0b12801a683af23bcd2b90d1b83f332b3cca7f0e"
integrity sha512-ZNuqoclscha2RC089RBPkiGzv8g+mQfBOnHDJZEGBFrvsXg0B9lfRGFBSLzCuTR5nFDqVFYb6XqMRu36EiHIDA==
"@ibm/telemetry-js@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@ibm/telemetry-js/-/telemetry-js-1.5.0.tgz#ab73e0988088e2cbb01a7086a31ccc3826a81ba0"
integrity sha512-RwOohLaWw97vEEwhPnlDJlORuworVOjC2R6WzSVlG7suG08qTMLVRVpnnunUCSQHyxP1Y30V9IF5vsxVrMBOHg==

"@isaacs/ttlcache@^1.4.1":
version "1.4.1"
Expand Down

0 comments on commit 7b5e824

Please sign in to comment.