Skip to content

Commit b0d8686

Browse files
committed
fixup! Initial code for code hotspots and endpoint aggregation in wall profiler
1 parent ab6bc05 commit b0d8686

File tree

1 file changed

+1
-0
lines changed
  • packages/dd-trace/src/profiling/profilers

1 file changed

+1
-0
lines changed

packages/dd-trace/src/profiling/profilers/wall.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ function updateContext (context, span, startedSpans, endpointCollectionEnabled)
6464
// endpoint may not be determined yet, but keep it as fallback
6565
// if tags are not available anymore during serialization
6666
context.endpoint = endpointNameFromTags(tags)
67+
break
6768
}
6869
}
6970
}

0 commit comments

Comments
 (0)