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
`Failed to get trace details after ${retryOptions.retries} retries`,
189
+
{cause: error}
190
+
);
191
+
}
175
192
retry(error);
176
193
}
177
-
});
194
+
},retryOptions);
178
195
179
196
/**
180
197
* Find the main function segment in the trace identified by the `## index.` suffix
@@ -305,45 +322,6 @@ const getTraces = async (
305
322
returnmainSubsegments;
306
323
};
307
324
308
-
/**
309
-
* Get the X-Ray trace data for a given resource name without the main subsegments.
310
-
*
311
-
* This is useful when we are testing cases where Active Tracing is disabled and we don't have the main subsegments.
312
-
*
313
-
* @param options - The options to get the X-Ray trace data, including the start time, resource name, expected traces count, and expected segments count
0 commit comments