Skip to content

Commit

Permalink
add axios error to analytics events (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
blairmason authored Dec 21, 2023
1 parent af1206a commit d98f8c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export class WebhookQuoter implements Quoter {
data: e.response?.data,
...errorLatency,
responseType: axiosResponseType,
axiosError: `${e}`,
})
);
} else {
Expand Down

0 comments on commit d98f8c5

Please sign in to comment.