We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e270d commit 73261f1Copy full SHA for 73261f1
packages/logger/src/formatter/LogItem.ts
@@ -23,7 +23,7 @@ class LogItem {
23
* @param params - The parameters for the LogItem.
24
*/
25
public constructor(params: { attributes: LogAttributes }) {
26
- this.attributes = params.attributes;
+ this.setAttributes(params.attributes);
27
}
28
29
/**
0 commit comments