We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac34158 commit 805f132Copy full SHA for 805f132
1 file changed
packages/openops/src/lib/axios-wrapper.ts
@@ -39,7 +39,8 @@ export async function makeHttpRequest<T>(
39
40
if (axiosError && axiosError.response?.data) {
41
logger.error(logMessage, {
42
- ...axiosError.response?.data,
+ error: axiosError,
43
+ errorResponse: axiosError.response?.data,
44
status: axiosError.response?.status,
45
statusText: axiosError.response?.statusText,
46
timeTaken,
0 commit comments