Skip to content

Commit 5bde3df

Browse files
feat: instrument telemetry with js scope (#181)
1 parent 9ba87f4 commit 5bde3df

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,6 @@
177177
]
178178
},
179179
"dependencies": {
180-
"@ibm/telemetry-js": "^1.2.1"
180+
"@ibm/telemetry-js": "^1.5.0"
181181
}
182182
}

telemetry.yml

+3
Original file line numberDiff line numberDiff line change
@@ -405,3 +405,6 @@ collect:
405405
- light-content
406406
npm:
407407
dependencies: null
408+
js:
409+
functions: {}
410+
tokens: null

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1466,10 +1466,10 @@
14661466
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
14671467
integrity sha512-trnsAYxU3xnS1gPHPyU961coFyLkh4gAD/0zQ5mymY4yOZ+CYvsPqUbOFSw0aDM4y0tV7tiFxL/1XfXPNC6IPg==
14681468

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

14741474
"@isaacs/ttlcache@^1.4.1":
14751475
version "1.4.1"

0 commit comments

Comments
 (0)