We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65c601 commit 04a127fCopy full SHA for 04a127f
src/HttpClient/middlewares/metrics.ts
@@ -13,7 +13,6 @@ import {
13
import { TIMEOUT_CODE } from '../../utils/retry'
14
import { statusLabel } from '../../utils/status'
15
import { MiddlewareContext } from '../typings'
16
-import { AxiosError } from 'axios'
17
18
interface MetricsOpts {
19
metrics?: MetricsAccumulator
src/HttpClient/middlewares/recorder.ts
@@ -1,4 +1,3 @@
1
2
3
import {
4
Recorder,
0 commit comments