Skip to content

Commit f020ea4

Browse files
committed
feat: add a new client-metrics-web package
This adds a lightweight wrapper around the AWS CloudWatch RUM client, ensuring that we're consistent and can send metrics from other libraries that we maintain. This has been through a long design process, mostly outlined here: https://financialtimes.atlassian.net/wiki/x/aoCJCQI Release-as: 0.1.0
1 parent ad3fe03 commit f020ea4

File tree

10 files changed

+1645
-1
lines changed

10 files changed

+1645
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ updates:
66
- /
77
- /resources/logos
88
- /packages/app-info
9+
- /packages/client-metrics-web
910
- /packages/crash-handler
1011
- /packages/errors
1112
- /packages/eslint-config

.release-please-manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"packages/app-info": "4.1.0",
3+
"packages/client-metrics-web": "0.0.0",
34
"packages/crash-handler": "5.0.2",
45
"packages/errors": "4.0.0",
56
"packages/eslint-config": "4.0.0",

0 commit comments

Comments
 (0)