Skip to content

Commit

Permalink
chore: test is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
palashgdev committed Sep 25, 2023
1 parent a2f5306 commit cec9bdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/container/LogDetailedView/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export const aggregateAttributesResourcesToString = (logData: ILog): string => {
traceId: logData.traceId,
attributes: {},
resources: {},
severity_text: logData.severity_text,
};

Object.keys(logData).forEach((key) => {
Expand Down

0 comments on commit cec9bdf

Please sign in to comment.