You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/solutions/observability/plugins/synthetics/server/synthetics_service/service_api_client.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,9 @@ export class ServiceAPIClient {
343
343
){
344
344
constreason=err.response?.data?.reason??'';
345
345
346
-
err.message=`Failed to call service location ${url}${err.request?.path} with method ${method} with ${numMonitors} monitors: ${err.message}, ${reason}`;
346
+
err.message=`Failed to call service location ${url}${
347
+
err.request?.path??''
348
+
} with method ${method} with ${numMonitors} monitors: ${err.message}, ${reason}`;
0 commit comments