We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b702cf0 commit 301a1caCopy full SHA for 301a1ca
packages/core/src/log.ts
@@ -75,7 +75,7 @@ function valueToAttribute(key: string, value: unknown): LogAttribute {
75
default:
76
return {
77
key,
78
- value: { stringValue: JSON.stringify(value) },
+ value: { stringValue: JSON.stringify(value) ?? "" },
79
};
80
}
81
0 commit comments