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 ab6bc05 commit b0d8686Copy full SHA for b0d8686
packages/dd-trace/src/profiling/profilers/wall.js
@@ -64,6 +64,7 @@ function updateContext (context, span, startedSpans, endpointCollectionEnabled)
64
// endpoint may not be determined yet, but keep it as fallback
65
// if tags are not available anymore during serialization
66
context.endpoint = endpointNameFromTags(tags)
67
+ break
68
}
69
70
0 commit comments