Skip to content

Commit 40fda2a

Browse files
authored
Robbie/feat ably connections (#139)
1 parent fadc7fa commit 40fda2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ClientMetrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const sendClientMetric = async (
4444
tags?: Record<string, string | number>,
4545
) => {
4646
try {
47-
const metricTags: Record<string, string | number> = {
47+
const metricTags: Record<string, string | number | boolean> = {
4848
...CLIENT_METADATA,
4949
...tags,
5050
};

0 commit comments

Comments
 (0)