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 {
50
50
}
51
51
}
52
52
53
- return { code : SPAN_STATUS_ERROR , message : 'unknown_error ' } ;
53
+ return { code : SPAN_STATUS_ERROR , message : '11111 ' } ;
54
54
}
55
55
56
56
/**
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export function getStatusMessage(status: SpanStatus | undefined): string | undef
173
173
return 'ok' ;
174
174
}
175
175
176
- return status . message || 'unknown_error ' ;
176
+ return status . message || '222222 ' ;
177
177
}
178
178
179
179
const CHILD_SPANS_FIELD = '_sentryChildSpans' ;
Original file line number Diff line number Diff line change @@ -67,6 +67,6 @@ export function mapStatus(span: AbstractSpan): SpanStatus {
67
67
if ( status && status . code === SpanStatusCode . UNSET ) {
68
68
return { code : SPAN_STATUS_OK } ;
69
69
} else {
70
- return { code : SPAN_STATUS_ERROR , message : 'unknown_error ' } ;
70
+ return { code : SPAN_STATUS_ERROR , message : '333333 ' } ;
71
71
}
72
72
}
You can’t perform that action at this time.
0 commit comments