Skip to content

Commit

Permalink
feat: instrument telemetry JS scope (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Apr 30, 2024
1 parent 1b3907f commit b4f9d8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"release": "standard-version && yarn build:docs"
},
"dependencies": {
"@ibm/telemetry-js": "^1.2.1",
"@ibm/telemetry-js": "^1.5.0",
"flatpickr": "4.6.9"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion telemetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ projectId: 449708c0-69d7-4b6b-b12a-c4afe605be24
endpoint: https://collector-prod.1am6wm210aow.us-south.codeengine.appdomain.cloud/v1/metrics
collect:
npm:
dependencies: null
dependencies: null
js:
functions: {}
tokens: null

0 comments on commit b4f9d8b

Please sign in to comment.