Skip to content

Commit 301a1ca

Browse files
authored
Update packages/core/src/log.ts
1 parent b702cf0 commit 301a1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/log.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function valueToAttribute(key: string, value: unknown): LogAttribute {
7575
default:
7676
return {
7777
key,
78-
value: { stringValue: JSON.stringify(value) },
78+
value: { stringValue: JSON.stringify(value) ?? "" },
7979
};
8080
}
8181
}

0 commit comments

Comments
 (0)