File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function getSpanStatusFromHttpCode(httpStatus: number): SpanStatus {
5050 }
5151 }
5252
53- return { code : SPAN_STATUS_ERROR , message : 'unknown_error ' } ;
53+ return { code : SPAN_STATUS_ERROR , message : '11111 ' } ;
5454}
5555
5656/**
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export function getStatusMessage(status: SpanStatus | undefined): string | undef
173173 return 'ok' ;
174174 }
175175
176- return status . message || 'unknown_error ' ;
176+ return status . message || '222222 ' ;
177177}
178178
179179const CHILD_SPANS_FIELD = '_sentryChildSpans' ;
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ export function mapStatus(span: AbstractSpan): SpanStatus {
6767 if ( status && status . code === SpanStatusCode . UNSET ) {
6868 return { code : SPAN_STATUS_OK } ;
6969 } else {
70- return { code : SPAN_STATUS_ERROR , message : 'unknown_error ' } ;
70+ return { code : SPAN_STATUS_ERROR , message : '333333 ' } ;
7171 }
7272}
You can’t perform that action at this time.
0 commit comments