Skip to content

Commit

Permalink
add more detailed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MiccWan committed Apr 4, 2022
1 parent 1115c80 commit abcb91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class ParentTracesInRealContextIndex extends CollectionIndex {
}

/**
* NOTE: non-first virtual contexts have no `parentTraceId`
* NOTE: this will filter out non-first virtual contexts, since they have no `parentTraceId`
*/
if (parentTraceId && !this.addedTraces.has(parentTraceId)) {
this.addEntryById(parentTraceId);
Expand Down

0 comments on commit abcb91f

Please sign in to comment.