Skip to content

Commit 153fd60

Browse files
committed
fix nested properties (#7300)
1 parent 5f76194 commit 153fd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/metrics/metrics-dispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function getMetricsDispatcher(options: MetricsConfigOptions) {
6363
name,
6464
properties: {
6565
...commonEventProperties,
66-
properties,
66+
...properties,
6767
},
6868
});
6969
},

0 commit comments

Comments
 (0)