Skip to content

Commit

Permalink
feat: further cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Sep 13, 2024
1 parent 5eeebab commit 54d30f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/src/lib/spans.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ const simplifySpans = (spans) => {
account,
invokedArn,
invokedVersion,
lumigo_execution_tags_no_scrub,
...rest
} = span;
const { traceId, tracer, ...restInfo } = info || {};
const { traceId, tracer, logGroupName, logStreamName, ...restInfo } = info || {};
return {
...rest,
info: {
Expand Down

0 comments on commit 54d30f8

Please sign in to comment.