Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit 862b858

Browse files
ascrutaewu-sheng
authored andcommitted
fix(Trace): Fix the issue about this._entryOperationId is not a function (#78)
1 parent 88b4e48 commit 862b858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodejs-agent/lib/trace/trace-segment-ref.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ TraceSegmentRef.prototype.fetchEntryOperationNameInfo = function(
7979
if (this._entryOperationName) {
8080
return unregisterCallback(this._entryOperationName);
8181
} else {
82-
return registerCallback(this._entryOperationId());
82+
return registerCallback(this._entryOperationId);
8383
}
8484
return this._entryOperationName;
8585
};

0 commit comments

Comments
 (0)