Skip to content

Commit

Permalink
[pinpoint-apm#21] Fix nextSpanId type on Node JS
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Dec 14, 2023
1 parent 665f5cb commit b9e0f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/v1/Span.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ message PNextEvent {
}

message PMessageEvent {
sfixed64 nextSpanId = 1;
sfixed64 nextSpanId = 1; [jstype = JS_STRING];
string endPoint = 2;
string destinationId = 3;
}
Expand Down

0 comments on commit b9e0f0b

Please sign in to comment.